![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <scheduling_helpers.h>
Public Member Functions | |
bool | operator== (const IntervalDefinition &other) const |
Public Attributes | |
AffineExpression | start |
AffineExpression | end |
AffineExpression | size |
std::optional< Literal > | is_present |
Friends | |
template<typename H> | |
H | AbslHashValue (H h, const IntervalDefinition &i) |
Definition at line 64 of file scheduling_helpers.h.
|
inline |
Definition at line 75 of file scheduling_helpers.h.
|
friend |
Definition at line 71 of file scheduling_helpers.h.
AffineExpression operations_research::sat::IntervalDefinition::end |
Definition at line 66 of file scheduling_helpers.h.
std::optional<Literal> operations_research::sat::IntervalDefinition::is_present |
Definition at line 68 of file scheduling_helpers.h.
AffineExpression operations_research::sat::IntervalDefinition::size |
Definition at line 67 of file scheduling_helpers.h.
AffineExpression operations_research::sat::IntervalDefinition::start |
Definition at line 65 of file scheduling_helpers.h.