ActiveSetSolver
ActiveSetSolver::ActiveSetSolver(LinearSpec* linearSpec)
ActiveSetSolver::~ActiveSetSolver()
ActiveSetSolver::Solve()
ActiveSetSolver::VariableAdded(Variable* variable)
ActiveSetSolver::VariableRemoved(Variable* variable)
ActiveSetSolver::VariableRangeChanged(Variable* variable)
ActiveSetSolver::ConstraintAdded(Constraint* constraint)
ActiveSetSolver::ConstraintRemoved(Constraint* constraint)
ActiveSetSolver::LeftSideChanged(Constraint* constraint)
ActiveSetSolver::RightSideChanged(Constraint* constraint)
ActiveSetSolver::OperatorChanged(Constraint* constraint)
ActiveSetSolver::PenaltiesChanged(Constraint* constraint)
ActiveSetSolver::SaveModel(const char* fileName)
ActiveSetSolver::FindMaxs(const VariableList* variables)
ActiveSetSolver::FindMins(const VariableList* variables)
ActiveSetSolver::GetRangeConstraints(const Variable* var,
ActiveSetSolver::_RemoveSoftConstraint(ConstraintList& list)
ActiveSetSolver::_AddSoftConstraint(const ConstraintList& list)
ActiveSetSolver::_FindWithConstraintsNoSoft(const VariableList* variables,
class ActiveSetSolver : public LinearProgramming::SolverInterface {
ActiveSetSolver(LinearSpec* linearSpec);
~ActiveSetSolver();
fSolver = new ActiveSetSolver(this);