OR-Tools  8.1
circuit.h File Reference

Go to the source code of this file.

Classes

class  CircuitPropagator
 
struct  CircuitPropagator::Options
 
class  CircuitCoveringPropagator
 

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 operations_research::sat
 

Functions

template<class IntContainer >
int ReindexArcs (IntContainer *tails, IntContainer *heads)
 
std::function< void(Model *)> SubcircuitConstraint (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, bool multiple_subcircuit_through_zero)
 
std::function< void(Model *)> ExactlyOnePerRowAndPerColumn (const std::vector< std::vector< Literal >> &graph)
 
std::function< void(Model *)> CircuitCovering (const std::vector< std::vector< Literal >> &graph, const std::vector< int > &distinguished_nodes)