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

Structure to hold information necessary to reintroduce a column into the problem representation. More...

#include <CoinPresolveFixed.hpp>

+ Collaboration diagram for remove_fixed_action::action:

Public Attributes

int col
 column index of variable More...
 
int start
 start of coefficients in colels_ and colrows_ More...
 
double sol
 value of variable More...
 

Detailed Description

Structure to hold information necessary to reintroduce a column into the problem representation.

Definition at line 30 of file CoinPresolveFixed.hpp.

Member Data Documentation

int remove_fixed_action::action::col

column index of variable

Definition at line 31 of file CoinPresolveFixed.hpp.

int remove_fixed_action::action::start

start of coefficients in colels_ and colrows_

Definition at line 32 of file CoinPresolveFixed.hpp.

double remove_fixed_action::action::sol

value of variable

Definition at line 33 of file CoinPresolveFixed.hpp.


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