|
OS
2.10.1
|
the KnitroSolver class solves problems using Knitro. More...
#include <OSKnitroSolver.h>
Inheritance diagram for KnitroSolver:
Collaboration diagram for KnitroSolver:Public Member Functions | |
| KnitroSolver () | |
| the KnitroSolver class constructor More... | |
| ~KnitroSolver () | |
| the KnitroSolver class constructor More... | |
| virtual void | buildSolverInstance () throw (ErrorClass) |
| 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 More... | |
| virtual void | setSolverOptions () throw (ErrorClass) |
| The implementation of the virtual functions. More... | |
| virtual void | solve () throw (ErrorClass) |
| solve results in an instance being read into the Knitro data structrues and optimized More... | |
| void | dataEchoCheck () |
| use this for debugging, print out the instance that the solver thinks it has and compare this with the OSiL file More... | |
Public Member Functions inherited from DefaultSolver | |
| DefaultSolver () | |
| default constructor. More... | |
| virtual | ~DefaultSolver ()=0 |
| default destructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from DefaultSolver | |
| std::string | osil |
| osil holds the problem instance as a std::string More... | |
| std::string | osol |
| osol holds the options for the solver More... | |
| std::string | osrl |
| osrl holds the solution or result of the model More... | |
| OSInstance * | osinstance |
| osinstance holds the problem instance in-memory as an OSInstance object More... | |
| OSOption * | osoption |
| osoption holds the solver options in-memory as an OSOption object More... | |
| OSResult * | osresult |
| osresult holds the solution or result of the model in-memory as an OSResult object More... | |
| std::string | sSolverName |
| sSolverName is the name of the Coin solver used, e.g. More... | |
| bool | bCallbuildSolverInstance |
| bCallbuildSolverInstance is set to true if buildSolverService has been called More... | |
| bool | bSetSolverOptions |
| bSetSolverOptions is set to true if setSolverOptions has been called, false otherwise More... | |
the KnitroSolver class solves problems using Knitro.
Definition at line 144 of file OSKnitroSolver.h.
| KnitroSolver::KnitroSolver | ( | ) |
the KnitroSolver class constructor
| KnitroSolver::~KnitroSolver | ( | ) |
the KnitroSolver class constructor
|
virtual | |||||||||||||
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
Implements DefaultSolver.
|
virtual | |||||||||||||
|
virtual | |||||||||||||
solve results in an instance being read into the Knitro data structrues and optimized
Implements DefaultSolver.
| void KnitroSolver::dataEchoCheck | ( | ) |
use this for debugging, print out the instance that the solver thinks it has and compare this with the OSiL file
1.8.11