73 fin.ignore(10000,
'\n');
95 fin2>>in>>index>>bound;
106 fin2.ignore(10000,
'\n');
114 for(
int i = 0 ; i <
nLower_ ; i++) {
117 for(
int i = 0 ; i <
nUpper_ ; i++) {
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
double * upperBounds_
changed upper bounds
virtual void setColUpper(int elementIndex, double elementValue)
Set a single column upper bound.
double * lowerBounds_
changed lower bounds
std::string fileName_
Current file.
void setFileName(const std::string &fileName)
int * indexUppers_
index of the changed upperBounds_
int nUpper_
number of changed upperBounds_
virtual void setColLower(int elementIndex, double elementValue)
Set a single column lower bound.
void readAndApply(OsiTMINLPInterface *solver)
int * indexLowers_
index of the changed lowerBounds_
int nLower_
number of changed lowerBounds_