OR-Tools  9.1
sat/table.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::sat
 

Functions

void AddTableConstraint (absl::Span< const IntegerVariable > vars, std::vector< std::vector< int64_t >> tuples, Model *model)
 
void AddNegatedTableConstraint (absl::Span< const IntegerVariable > vars, std::vector< std::vector< int64_t >> tuples, Model *model)
 
std::function< void(Model *)> LiteralTableConstraint (const std::vector< std::vector< Literal >> &literal_tuples, const std::vector< Literal > &line_literals)
 
std::function< void(Model *)> TransitionConstraint (const std::vector< IntegerVariable > &vars, const std::vector< std::vector< int64_t >> &automaton, int64_t initial_state, const std::vector< int64_t > &final_states)