![]() |
OR-Tools
9.6
|
Definition at line 41 of file cp_model_mapping.h.
Public Member Functions | |
| double | ScaleIntegerObjective (IntegerValue value) const |
Public Attributes | |
| double | scaling_factor = 1.0 |
| double | offset = 0.0 |
| IntegerVariable | objective_var = kNoIntegerVariable |
| std::vector< IntegerVariable > | vars |
| std::vector< IntegerValue > | coeffs |
| absl::flat_hash_set< IntegerVariable > | objective_impacting_variables |
|
inline |
Definition at line 58 of file cp_model_mapping.h.
| std::vector<IntegerValue> coeffs |
Definition at line 51 of file cp_model_mapping.h.
| absl::flat_hash_set<IntegerVariable> objective_impacting_variables |
Definition at line 56 of file cp_model_mapping.h.
| IntegerVariable objective_var = kNoIntegerVariable |
Definition at line 44 of file cp_model_mapping.h.
| double offset = 0.0 |
Definition at line 43 of file cp_model_mapping.h.
| double scaling_factor = 1.0 |
Definition at line 42 of file cp_model_mapping.h.
| std::vector<IntegerVariable> vars |
Definition at line 50 of file cp_model_mapping.h.