![]() |
Google OR-Tools v9.12
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 |
Friends | |
template<typename Sink> | |
void | AbslStringify (Sink &sink, const IndexedInterval &interval) |
Definition at line 207 of file diffn_util.h.
|
inline |
Definition at line 212 of file diffn_util.h.
|
friend |
Definition at line 232 of file diffn_util.h.
IntegerValue operations_research::sat::IndexedInterval::end |
Definition at line 210 of file diffn_util.h.
int operations_research::sat::IndexedInterval::index |
Definition at line 208 of file diffn_util.h.
IntegerValue operations_research::sat::IndexedInterval::start |
Definition at line 209 of file diffn_util.h.