The CsdpSolver class solves problems using Csdp.
More...
#include <OSCsdpSolver.h>
|
| | CsdpSolver () |
| | the CsdpSolver class constructor
|
| |
| virtual | ~CsdpSolver () |
| | the CsdpSolver class destructor
|
| |
| virtual void | solve () throw (ErrorClass) |
| | solve results in an instance being read into the Csdp data structures and optimized
|
| |
| virtual void | buildSolverInstance () throw (ErrorClass) |
| | The implementation of the virtual functions.
|
| |
| virtual void | setSolverOptions () throw (ErrorClass) |
| | The implementation of the virtual functions.
|
| |
| void | dataEchoCheck () |
| | use this for debugging, print out the instance that the solver thinks it has and compare this with the OSiL file
|
| |
| virtual void | solve ()=0 |
| | solve is a virtual function – the actual solvers will implement their own solve method
|
| |
| virtual void | buildSolverInstance ()=0 |
| | buildSolverInstance is a virtual function – the actual solvers will implement their own buildSolverInstance method – the solver instance is the instance the individual solver sees in its API
|
| |
| virtual void | setSolverOptions ()=0 |
| | setSolverOptions is a virtual function – the actual solvers will implement their own setSolverOptions method – the solver options are the options the individual solver sees in its API
|
| |
| | DefaultSolver () |
| | default constructor.
|
| |
| virtual | ~DefaultSolver ()=0 |
| | default destructor.
|
| |
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: