OR-Tools  8.1
sat_base.h File Reference

Go to the source code of this file.

Classes

class  Literal
 
class  VariablesAssignment
 
struct  AssignmentInfo
 
struct  AssignmentType
 
class  Trail
 
class  SatPropagator
 

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

 DEFINE_INT_TYPE (BooleanVariable, int)
 
const BooleanVariable kNoBooleanVariable (-1)
 
 DEFINE_INT_TYPE (LiteralIndex, int)
 
const LiteralIndex kNoLiteralIndex (-1)
 
const LiteralIndex kTrueLiteralIndex (-2)
 
const LiteralIndex kFalseLiteralIndex (-3)
 
std::ostream & operator<< (std::ostream &os, Literal literal)
 
std::ostream & operator<< (std::ostream &os, absl::Span< const Literal > literals)