![]() |
OR-Tools
9.6
|
Definition at line 39 of file objective_storage.h.
Public Member Functions | |
| Diff (const VariableId variable_checkpoint) | |
Public Attributes | |
| VariableId | variable_checkpoint {0} |
| bool | direction = false |
| bool | offset = false |
| absl::flat_hash_set< VariableId > | linear_coefficients |
| absl::flat_hash_set< std::pair< VariableId, VariableId > > | quadratic_coefficients |
|
inlineexplicit |
Definition at line 40 of file objective_storage.h.
| bool direction = false |
Definition at line 44 of file objective_storage.h.
| absl::flat_hash_set<VariableId> linear_coefficients |
Definition at line 47 of file objective_storage.h.
| bool offset = false |
Definition at line 45 of file objective_storage.h.
| absl::flat_hash_set<std::pair<VariableId, VariableId> > quadratic_coefficients |
Definition at line 52 of file objective_storage.h.
| VariableId variable_checkpoint {0} |
Definition at line 43 of file objective_storage.h.