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 setFileName(const std::string &fileName)
(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.