Go to the source code of this file.
|
| 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) |
| |