Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::PseudoCosts::VariableBoundChange Struct Reference

#include <pseudo_costs.h>

Public Attributes

IntegerVariable var = kNoIntegerVariable
 
IntegerValue lower_bound_change = IntegerValue(0)
 
double lp_increase = 0.0
 

Detailed Description

Visible for testing. Returns the bound delta associated with this decision.

Definition at line 98 of file pseudo_costs.h.

Member Data Documentation

◆ lower_bound_change

IntegerValue operations_research::sat::PseudoCosts::VariableBoundChange::lower_bound_change = IntegerValue(0)

Definition at line 100 of file pseudo_costs.h.

◆ lp_increase

double operations_research::sat::PseudoCosts::VariableBoundChange::lp_increase = 0.0

Definition at line 101 of file pseudo_costs.h.

◆ var

IntegerVariable operations_research::sat::PseudoCosts::VariableBoundChange::var = kNoIntegerVariable

Definition at line 99 of file pseudo_costs.h.


The documentation for this struct was generated from the following file: