![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 69 of file scheduling_helpers.h.
#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) |
|
inline |
Definition at line 80 of file scheduling_helpers.h.
|
friend |
Definition at line 76 of file scheduling_helpers.h.
| AffineExpression operations_research::sat::IntervalDefinition::end |
Definition at line 71 of file scheduling_helpers.h.
| std::optional<Literal> operations_research::sat::IntervalDefinition::is_present |
Definition at line 73 of file scheduling_helpers.h.
| AffineExpression operations_research::sat::IntervalDefinition::size |
Definition at line 72 of file scheduling_helpers.h.
| AffineExpression operations_research::sat::IntervalDefinition::start |
Definition at line 70 of file scheduling_helpers.h.