IpCbcBoundsReader Class Reference

Reads a file containing change bounds for variables. More...

#include <IpCbcBoundsReader.hpp>

List of all members.

Public Member Functions

 IpCbcBoundsReader ()
 IpCbcBoundsReader (const std::string &fileName)
void setFileName (const std::string &fileName)
 ~IpCbcBoundsReader ()
void gutsOfDestructor ()
void read (const std::string &)
void read ()
void readAndApply (IpoptInterface &solver)

Private Attributes

std::string fileName_
 Current file.
double * lowerBounds_
 changed lower bounds
double * upperBounds_
 changed upper bounds
int * indexLowers_
 index of the changed lowerBounds_
int * indexUppers_
 index of the changed upperBounds_
int nLower_
 number of changed lowerBounds_
int nUpper_
 number of changed upperBounds_


Detailed Description

Reads a file containing change bounds for variables.

Files follows pretty much the Bounds section in MPS standard.

Definition at line 18 of file IpCbcBoundsReader.hpp.


Constructor & Destructor Documentation

IpCbcBoundsReader::IpCbcBoundsReader (  )  [inline]

Definition at line 22 of file IpCbcBoundsReader.hpp.

IpCbcBoundsReader::IpCbcBoundsReader ( const std::string &  fileName  )  [inline]

Definition at line 31 of file IpCbcBoundsReader.hpp.

IpCbcBoundsReader::~IpCbcBoundsReader (  ) 


Member Function Documentation

void IpCbcBoundsReader::setFileName ( const std::string &  fileName  )  [inline]

Definition at line 42 of file IpCbcBoundsReader.hpp.

References fileName_.

void IpCbcBoundsReader::gutsOfDestructor (  ) 

void IpCbcBoundsReader::read ( const std::string &   ) 

void IpCbcBoundsReader::read (  ) 

void IpCbcBoundsReader::readAndApply ( IpoptInterface solver  ) 


Member Data Documentation

std::string IpCbcBoundsReader::fileName_ [private]

Current file.

Definition at line 65 of file IpCbcBoundsReader.hpp.

Referenced by setFileName().

double* IpCbcBoundsReader::lowerBounds_ [private]

changed lower bounds

Definition at line 67 of file IpCbcBoundsReader.hpp.

double* IpCbcBoundsReader::upperBounds_ [private]

changed upper bounds

Definition at line 69 of file IpCbcBoundsReader.hpp.

int* IpCbcBoundsReader::indexLowers_ [private]

index of the changed lowerBounds_

Definition at line 71 of file IpCbcBoundsReader.hpp.

int* IpCbcBoundsReader::indexUppers_ [private]

index of the changed upperBounds_

Definition at line 73 of file IpCbcBoundsReader.hpp.

int IpCbcBoundsReader::nLower_ [private]

number of changed lowerBounds_

Definition at line 75 of file IpCbcBoundsReader.hpp.

int IpCbcBoundsReader::nUpper_ [private]

number of changed upperBounds_

Definition at line 77 of file IpCbcBoundsReader.hpp.


The documentation for this class was generated from the following file:
Generated on Fri May 16 21:15:04 2008 for Bonmin by  doxygen 1.4.7