Structure to hold information necessary to reintroduce a column into the problem representation. More...
#include <CoinPresolveFixed.hpp>
Public Attributes | |
| int | col |
| column index of variable | |
| int | start |
| start of coefficients in colels_ and colrows_ | |
| double | sol |
| value of variable | |
Structure to hold information necessary to reintroduce a column into the problem representation.
Definition at line 28 of file CoinPresolveFixed.hpp.
column index of variable
Definition at line 29 of file CoinPresolveFixed.hpp.
start of coefficients in colels_ and colrows_
Definition at line 30 of file CoinPresolveFixed.hpp.
value of variable
Definition at line 31 of file CoinPresolveFixed.hpp.
1.6.1