Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <diffn_util.h>
Classes | |
struct | ComparatorByStart |
struct | ComparatorByStartThenEndThenIndex |
Public Member Functions | |
bool | operator== (const IndexedInterval &rhs) const |
Public Attributes | |
int | index |
IntegerValue | start |
IntegerValue | end |
Definition at line 170 of file diffn_util.h.
|
inline |
Definition at line 175 of file diffn_util.h.
IntegerValue operations_research::sat::IndexedInterval::end |
Definition at line 173 of file diffn_util.h.
int operations_research::sat::IndexedInterval::index |
Definition at line 171 of file diffn_util.h.
IntegerValue operations_research::sat::IndexedInterval::start |
Definition at line 172 of file diffn_util.h.