![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 55 of file diffn_cuts.h.
#include <diffn_cuts.h>
Public Member Functions | |
| DiffnBaseEvent (int t, const SchedulingConstraintHelper *x_helper) | |
Public Attributes | |
| IntegerValue | x_start_min |
| IntegerValue | x_start_max |
| IntegerValue | x_end_min |
| IntegerValue | x_end_max |
| IntegerValue | x_size_min |
| IntegerValue | y_min = IntegerValue(0) |
| IntegerValue | y_max = IntegerValue(0) |
| IntegerValue | y_size_min |
| IntegerValue | energy_min |
| std::vector< LiteralValueValue > | decomposed_energy |
| operations_research::sat::DiffnBaseEvent::DiffnBaseEvent | ( | int | t, |
| const SchedulingConstraintHelper * | x_helper ) |
Definition at line 55 of file diffn_cuts.cc.
| std::vector<LiteralValueValue> operations_research::sat::DiffnBaseEvent::decomposed_energy |
Definition at line 74 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::energy_min |
Definition at line 70 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::x_end_max |
Definition at line 62 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::x_end_min |
Definition at line 61 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::x_size_min |
Definition at line 63 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::x_start_max |
Definition at line 60 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::x_start_min |
Definition at line 59 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::y_max = IntegerValue(0) |
Definition at line 66 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::y_min = IntegerValue(0) |
Definition at line 65 of file diffn_cuts.h.
| IntegerValue operations_research::sat::DiffnBaseEvent::y_size_min |
Definition at line 67 of file diffn_cuts.h.