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