10 #ifndef _BONSTARTPOINTREADER_H_ 11 #define _BONSTARTPOINTREADER_H_ 76 std::string fileName_;
(C) Copyright International Business Machines Corporation 2007
const double * getPrimals()
Access primal variables values.
void gutsOfDestructor()
Dealocate arrays.
This class reads a file with a starting point for Ipopt initalization.
StartPointReader(const char *fileName)
Constructor with fileName_ given by a const char *.
bool readAndApply(OsiTMINLPInterface *solver)
Read warmstart info and apply to an IpoptInterface.
This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so ...
bool readFile(const std::string &fileName)
Reads the .initP file fileName.
bool readFile()
Reads the .initP file.
const double * getDuals()
Access dual variables values.
StartPointReader(std::string fileName="")
Constructor with fileName_ given by a string (and default)