The CsdpSolver class solves problems using Csdp.
More...
#include <OSCsdpSolver.h>
The CsdpSolver class solves problems using Csdp.
- Author
- Jun Ma, Kipp Martin, Horand Gassmann
- Version
- 1.0, 05/26/2014
- Since
- OS 2.8
Definition at line 71 of file OSCsdpSolver.h.
◆ CsdpSolver()
CsdpSolver::CsdpSolver |
( |
| ) |
|
◆ ~CsdpSolver()
virtual CsdpSolver::~CsdpSolver |
( |
| ) |
|
|
virtual |
◆ solve()
virtual void CsdpSolver::solve |
( |
| ) |
|
throw | ( | ErrorClass |
| ) | | |
|
virtual |
solve results in an instance being read into the Csdp data structures and optimized
Implements DefaultSolver.
◆ buildSolverInstance()
void CsdpSolver::buildSolverInstance |
( |
| ) |
|
throw | ( | ErrorClass |
| ) | | |
|
virtual |
The implementation of the virtual functions.
- Returns
- void.
Implements DefaultSolver.
◆ setSolverOptions()
void CsdpSolver::setSolverOptions |
( |
| ) |
|
throw | ( | ErrorClass |
| ) | | |
|
virtual |
The implementation of the virtual functions.
- Returns
- void.
Implements DefaultSolver.
◆ dataEchoCheck()
void CsdpSolver::dataEchoCheck |
( |
| ) |
|
use this for debugging, print out the instance that the solver thinks it has and compare this with the OSiL file
◆ m_osilreader
m_osilreader is an OSiLReader object used to create an osinstance from an osil string if needed
Definition at line 126 of file OSCsdpSolver.h.
◆ m_osolreader
m_osolreader is an OSoLReader object used to create an osoption from an osol string if needed
Definition at line 132 of file OSCsdpSolver.h.
The documentation for this class was generated from the following file: