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