Clp  1.17.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
make_fixed_action::action Struct Reference

Structure to preserve the bound overwritten when fixing a variable. More...

Public Attributes

double bound
 Value of bound overwritten to fix variable. More...
 
int col
 column index of variable More...
 

Detailed Description

Structure to preserve the bound overwritten when fixing a variable.

Definition at line 96 of file CoinPresolveFixed.hpp.

Member Data Documentation

double make_fixed_action::action::bound

Value of bound overwritten to fix variable.

Definition at line 97 of file CoinPresolveFixed.hpp.

int make_fixed_action::action::col

column index of variable

Definition at line 98 of file CoinPresolveFixed.hpp.


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