![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
A relation of the form enforcement => a + b \in [lhs, rhs].
Definition at line 498 of file precedences.h.
#include <precedences.h>
Public Member Functions | |
bool | operator== (const Relation &other) const |
Public Attributes | |
Literal | enforcement |
LinearTerm | a |
LinearTerm | b |
IntegerValue | lhs |
IntegerValue | rhs |
|
inline |
Definition at line 505 of file precedences.h.
LinearTerm operations_research::sat::Relation::a |
Definition at line 500 of file precedences.h.
LinearTerm operations_research::sat::Relation::b |
Definition at line 501 of file precedences.h.
Literal operations_research::sat::Relation::enforcement |
Definition at line 499 of file precedences.h.
IntegerValue operations_research::sat::Relation::lhs |
Definition at line 502 of file precedences.h.
IntegerValue operations_research::sat::Relation::rhs |
Definition at line 503 of file precedences.h.