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