KnitroSolver Class Reference

the KnitroSolver class solves problems using Knitro. More...

#include <OSKnitroSolver.h>

Inheritance diagram for KnitroSolver:
Inheritance graph
[legend]
Collaboration diagram for KnitroSolver:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 KnitroSolver ()
 the KnitroSolver class constructor
 ~KnitroSolver ()
 the KnitroSolver class constructor
virtual void buildSolverInstance () throw (ErrorClass)
 buildSolverInstance is a virtual function -- the actual solvers will implement their own solve method -- the solver instance is the instance the individual solver sees in its api
virtual void solve () throw (ErrorClass)
 solve results in an instance being read into the Knitro data structrues and optimized
void dataEchoCheck ()
 use this for debugging, print out the instance that the solver thinks it has and compare this with the OSiL file

Private Member Functions

Methods to block default compiler methods.

The compiler automatically generates the following three methods.

Since the default compiler implementation is generally not what you want (for all but the most simple classes), we usually put the declarations of these methods in the private section and never implement them. This prevents the compiler from implementing an incorrect "default" behavior without us knowing. (See Scott Meyers book, "Effective C++")



 KnitroSolver (const KnitroSolver &)
KnitroSolveroperator= (const KnitroSolver &)

Private Attributes

OSrLWriterosrlwriter
std::string knitroErrorMsg

Detailed Description

the KnitroSolver class solves problems using Knitro.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
this class takes an OSiL instance and optimizes it using the Knitro solver

Definition at line 142 of file OSKnitroSolver.h.


Constructor & Destructor Documentation

KnitroSolver::KnitroSolver (  ) 

the KnitroSolver class constructor

KnitroSolver::~KnitroSolver (  ) 

the KnitroSolver class constructor

KnitroSolver::KnitroSolver ( const KnitroSolver  )  [private]

Member Function Documentation

virtual void KnitroSolver::buildSolverInstance (  )  throw (ErrorClass) [virtual]

buildSolverInstance is a virtual function -- the actual solvers will implement their own solve method -- the solver instance is the instance the individual solver sees in its api

Implements DefaultSolver.

virtual void KnitroSolver::solve (  )  throw (ErrorClass) [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

KnitroSolver& KnitroSolver::operator= ( const KnitroSolver  )  [private]

Member Data Documentation

Definition at line 171 of file OSKnitroSolver.h.

std::string KnitroSolver::knitroErrorMsg [private]

Definition at line 188 of file OSKnitroSolver.h.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1