43 #include "declarations.h" 44 #include "parameters.h" 78 struct blockmatrix C_matrix;
80 struct constraintmatrix *mconstraints;
81 struct blockmatrix X,Z;
155 std::string *csdpErrorMsg;
The CsdpSolver class solves problems using Csdp.
used for throwing exceptions.
virtual ~CsdpSolver()
the CsdpSolver class destructor
CsdpSolver()
the CsdpSolver class constructor
Take an OSResult object and write a string that validates against OSrL.
OSiLReader * m_osilreader
m_osilreader is an OSiLReader object used to create an osinstance from an osil string if needed
virtual void buildSolverInstance()
The implementation of the virtual functions.
Used to read an OSiL string.
Used to read an OSoL string.
OSoLReader * m_osolreader
m_osolreader is an OSoLReader object used to create an osoption from an osol string if needed
This file defines the OSInstance class along with its supporting classes.
virtual void setSolverOptions()
The implementation of the virtual functions.
This file defines the OSnLNode class along with its derived classes.
The Default Solver Class.
void dataEchoCheck()
use this for debugging, print out the instance that the solver thinks it has and compare this with th...
virtual void solve()
solve results in an instance being read into the Csdp data structures and optimized