Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::AllDifferentConstraint Member List

This is the complete list of members for operations_research::sat::AllDifferentConstraint, including all inherited members.

AllDifferentConstraint(absl::Span< const IntegerVariable > variables, Model *model)operations_research::sat::AllDifferentConstraint
AllDifferentConstraint(int num_nodes, absl::Span< const int > tails, absl::Span< const int > heads, absl::Span< const Literal > literals, Model *model)operations_research::sat::AllDifferentConstraint
Propagate() finaloperations_research::sat::AllDifferentConstraintvirtual
RegisterWith(GenericLiteralWatcher *watcher)operations_research::sat::AllDifferentConstraint