Bonmin 1.8.9
Loading...
Searching...
No Matches
Bonmin::BoundsReader Class Reference

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

#include <BonBoundsReader.hpp>

Public Member Functions

 BoundsReader ()
 
 BoundsReader (const std::string &fileName)
 
void setFileName (const std::string &fileName)
 
 ~BoundsReader ()
 
void gutsOfDestructor ()
 
void read (const std::string &)
 
void read ()
 
void readAndApply (OsiTMINLPInterface *solver)
 

Detailed Description

Reads a file containing change bounds for variables.

Files follows pretty much the Bounds section in MPS standard.

Definition at line 20 of file BonBoundsReader.hpp.

Constructor & Destructor Documentation

◆ BoundsReader() [1/2]

Bonmin::BoundsReader::BoundsReader ( )
inline

Definition at line 24 of file BonBoundsReader.hpp.

◆ BoundsReader() [2/2]

Bonmin::BoundsReader::BoundsReader ( const std::string & fileName)
inline

Definition at line 33 of file BonBoundsReader.hpp.

◆ ~BoundsReader()

Bonmin::BoundsReader::~BoundsReader ( )

Member Function Documentation

◆ setFileName()

void Bonmin::BoundsReader::setFileName ( const std::string & fileName)
inline

Definition at line 44 of file BonBoundsReader.hpp.

◆ gutsOfDestructor()

void Bonmin::BoundsReader::gutsOfDestructor ( )

◆ read() [1/2]

void Bonmin::BoundsReader::read ( const std::string & )

◆ read() [2/2]

void Bonmin::BoundsReader::read ( )

◆ readAndApply()

void Bonmin::BoundsReader::readAndApply ( OsiTMINLPInterface * solver)

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