14 #ifndef OR_TOOLS_SAT_TABLE_H_ 15 #define OR_TOOLS_SAT_TABLE_H_ 21 #include "absl/types/span.h" 35 const std::vector<std::vector<Literal>>& literal_tuples,
36 const std::vector<Literal>& line_literals);
41 #endif // OR_TOOLS_SAT_TABLE_H_ Class that owns everything related to a particular optimization model.
Collection of objects used to extend the Constraint Solver library.
std::function< void(Model *)> LiteralTableConstraint(const std::vector< std::vector< Literal >> &literal_tuples, const std::vector< Literal > &line_literals)