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);
std::function< void(Model *)> LiteralTableConstraint(const std::vector< std::vector< Literal >> &literal_tuples, const std::vector< Literal > &line_literals)
Collection of objects used to extend the Constraint Solver library.