Go to the documentation of this file.
10 #ifndef BoundsReader_HPP
11 #define BoundsReader_HPP
57 void read(
const std::string &);
67 std::string fileName_;
69 double * lowerBounds_;
71 double * upperBounds_;
void read(const std::string &)
(C) Copyright International Business Machines Corporation 2007
void readAndApply(OsiTMINLPInterface *solver)
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
BoundsReader(const std::string &fileName)
Reads a file containing change bounds for variables.
void setFileName(const std::string &fileName)