PIPS-NLP
Public Member Functions | Public Attributes | List of all members
SMPSInput::problemData Struct Reference

Public Member Functions

 problemData ()
 
bool isInitialized ()
 
void initialize (int ncol, int nrow)
 

Public Attributes

int ncol
 
int nrow
 
std::vector< double > collb
 
std::vector< double > colub
 
std::vector< double > rowlb
 
std::vector< double > rowub
 
std::vector< double > obj
 
std::vector< bool > isColInteger
 
CoinPackedMatrix mat
 
std::vector< std::string > colname
 
std::vector< std::string > rowname
 

Constructor & Destructor Documentation

SMPSInput::problemData::problemData ( )
inline

Member Function Documentation

void SMPSInput::problemData::initialize ( int  ncol,
int  nrow 
)
inline
bool SMPSInput::problemData::isInitialized ( )
inline

Member Data Documentation

std::vector<double> SMPSInput::problemData::collb
std::vector<std::string> SMPSInput::problemData::colname
std::vector<double> SMPSInput::problemData::colub
std::vector<bool> SMPSInput::problemData::isColInteger
CoinPackedMatrix SMPSInput::problemData::mat
int SMPSInput::problemData::ncol
int SMPSInput::problemData::nrow
std::vector<double> SMPSInput::problemData::obj
std::vector<double> SMPSInput::problemData::rowlb
std::vector<std::string> SMPSInput::problemData::rowname
std::vector<double> SMPSInput::problemData::rowub

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