Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <diffn_util.h>
Public Types | |
enum class | PairwiseRestrictionType { CONFLICT , FIRST_BELOW_SECOND , FIRST_ABOVE_SECOND , FIRST_LEFT_OF_SECOND , FIRST_RIGHT_OF_SECOND } |
Public Member Functions | |
bool | operator== (const PairwiseRestriction &rhs) const |
Public Attributes | |
int | first_index |
int | second_index |
PairwiseRestrictionType | type |
Definition at line 234 of file diffn_util.h.
|
strong |
Enumerator | |
---|---|
CONFLICT | |
FIRST_BELOW_SECOND | |
FIRST_ABOVE_SECOND | |
FIRST_LEFT_OF_SECOND | |
FIRST_RIGHT_OF_SECOND |
Definition at line 235 of file diffn_util.h.
|
inline |
Definition at line 247 of file diffn_util.h.
int operations_research::sat::PairwiseRestriction::first_index |
Definition at line 243 of file diffn_util.h.
int operations_research::sat::PairwiseRestriction::second_index |
Definition at line 244 of file diffn_util.h.
PairwiseRestrictionType operations_research::sat::PairwiseRestriction::type |
Definition at line 245 of file diffn_util.h.