Classes | |
| class | BaseAlgorithm |
| class | Model |
| class | RevisedSimplex |
| class | BoundedRevisedSimplex |
| class | LpSolve |
| class | UnoAlgorithm |
| class | BaseAlgorithmImpl |
| class | NonBoundingException |
| struct | AttrBound |
| struct | VarBounds |
| class | ModelImpl |
| class | IllegalTwoPhaseSearch |
| class | RevisedSimplexImpl |
| class | BoundedRevisedSimplexImpl |
| class | LpSolveImpl |
| class | UnoServiceNotFound |
| class | LpModelNotFound |
| class | UnknownGoal |
| class | UnknownConstraintType |
| class | UnoAlgorithmImpl |
Typedefs | |
| typedef map< size_t, VarBounds > | VarBoundMap |
| typedef vector< size_t > | uInt32Container |
| typedef uInt32Container::iterator | uInt32Iter |
| typedef uInt32Container::const_iterator | uInt32CIter |
| typedef vector < BoundType > | BoundContainer |
| typedef BoundContainer::iterator | BoundIter |
| typedef BoundContainer::const_iterator | BoundCIter |
| typedef std::list < size_t > | SizeTypeContainer |
| typedef BoundContainer::const_iterator scsolver::numeric::lp::BoundCIter |
Definition at line 55 of file lpsimplex.cxx.
| typedef vector<BoundType> scsolver::numeric::lp::BoundContainer |
Definition at line 53 of file lpsimplex.cxx.
| typedef BoundContainer::iterator scsolver::numeric::lp::BoundIter |
Definition at line 54 of file lpsimplex.cxx.
| typedef std::list<size_t> scsolver::numeric::lp::SizeTypeContainer |
Definition at line 730 of file lpsimplex.cxx.
| typedef uInt32Container::const_iterator scsolver::numeric::lp::uInt32CIter |
Definition at line 51 of file lpsimplex.cxx.
| typedef vector<size_t> scsolver::numeric::lp::uInt32Container |
Definition at line 49 of file lpsimplex.cxx.
| typedef uInt32Container::iterator scsolver::numeric::lp::uInt32Iter |
Definition at line 50 of file lpsimplex.cxx.
| typedef map<size_t,VarBounds> scsolver::numeric::lp::VarBoundMap |
Definition at line 73 of file lpmodel.cxx.
1.5.3