Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <pseudo_costs.h>
Public Attributes | |
IntegerVariable | var = kNoIntegerVariable |
IntegerValue | lower_bound_change = IntegerValue(0) |
double | lp_increase = 0.0 |
Visible for testing. Returns the bound delta associated with this decision.
Definition at line 98 of file pseudo_costs.h.
IntegerValue operations_research::sat::PseudoCosts::VariableBoundChange::lower_bound_change = IntegerValue(0) |
Definition at line 100 of file pseudo_costs.h.
double operations_research::sat::PseudoCosts::VariableBoundChange::lp_increase = 0.0 |
Definition at line 101 of file pseudo_costs.h.
IntegerVariable operations_research::sat::PseudoCosts::VariableBoundChange::var = kNoIntegerVariable |
Definition at line 99 of file pseudo_costs.h.