#include <lpsimplex.hxx>


Public Member Functions | |
| RevisedSimplex () | |
| virtual | ~RevisedSimplex () throw () |
| virtual void | solve () |
| void | setEnableTwoPhaseSearch (bool) |
Private Attributes | |
| std::auto_ptr < RevisedSimplexImpl > | m_pImpl |
Definition at line 41 of file lpsimplex.hxx.
| scsolver::numeric::lp::RevisedSimplex::RevisedSimplex | ( | ) |
Definition at line 708 of file lpsimplex.cxx.
| scsolver::numeric::lp::RevisedSimplex::~RevisedSimplex | ( | ) | throw () [virtual] |
Definition at line 713 of file lpsimplex.cxx.
| void scsolver::numeric::lp::RevisedSimplex::solve | ( | ) | [virtual] |
Implements scsolver::numeric::lp::BaseAlgorithm.
Definition at line 717 of file lpsimplex.cxx.
References m_pImpl.
| void scsolver::numeric::lp::RevisedSimplex::setEnableTwoPhaseSearch | ( | bool | b | ) |
std::auto_ptr<RevisedSimplexImpl> scsolver::numeric::lp::RevisedSimplex::m_pImpl [private] |
Reimplemented from scsolver::numeric::lp::BaseAlgorithm.
Definition at line 52 of file lpsimplex.hxx.
Referenced by setEnableTwoPhaseSearch(), and solve().
1.5.3