OR-Tools  8.2
UnaryDimensionChecker

Detailed Description

Definition at line 3379 of file constraint_solveri.h.

Classes

struct  Interval
 

Public Member Functions

 UnaryDimensionChecker (const PathState *path_state, std::vector< Interval > path_capacity, std::vector< int > path_class, std::vector< std::vector< Interval > > demand, std::vector< Interval > node_capacity)
 
bool Check () const
 
void Commit ()
 

Constructor & Destructor Documentation

◆ UnaryDimensionChecker()

UnaryDimensionChecker ( const PathState path_state,
std::vector< Interval path_capacity,
std::vector< int >  path_class,
std::vector< std::vector< Interval > >  demand,
std::vector< Interval node_capacity 
)

Definition at line 2960 of file local_search.cc.

Member Function Documentation

◆ Check()

bool Check ( ) const

Definition at line 2983 of file local_search.cc.

◆ Commit()

void Commit ( )

Definition at line 3055 of file local_search.cc.


The documentation for this class was generated from the following files: