#include <lpsolve.hxx>


Public Member Functions | |
| LpSolve () | |
| virtual | ~LpSolve () throw () |
| virtual void | solve () |
Private Attributes | |
| std::auto_ptr < LpSolveImpl > | m_pImpl |
Definition at line 43 of file lpsolve.hxx.
| scsolver::numeric::lp::LpSolve::LpSolve | ( | ) |
Definition at line 189 of file lpsolve.cxx.
| scsolver::numeric::lp::LpSolve::~LpSolve | ( | ) | throw () [virtual] |
Definition at line 193 of file lpsolve.cxx.
| void scsolver::numeric::lp::LpSolve::solve | ( | ) | [virtual] |
Implements scsolver::numeric::lp::BaseAlgorithm.
Definition at line 197 of file lpsolve.cxx.
References scsolver::numeric::lp::BaseAlgorithm::getModel(), m_pImpl, and scsolver::numeric::lp::BaseAlgorithm::setSolution().
std::auto_ptr<LpSolveImpl> scsolver::numeric::lp::LpSolve::m_pImpl [private] |
Reimplemented from scsolver::numeric::lp::BaseAlgorithm.
Definition at line 52 of file lpsolve.hxx.
Referenced by solve().
1.5.3