Searched refs:ActiveSetSolver (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/linprog/
H A DActiveSetSolver.h57 class ActiveSetSolver : public LinearProgramming::SolverInterface { class in inherits:LinearProgramming::SolverInterface
59 ActiveSetSolver(LinearSpec* linearSpec);
60 ~ActiveSetSolver();
H A DActiveSetSolver.cpp10 #include "ActiveSetSolver.h"
322 ActiveSetSolver::ActiveSetSolver(LinearSpec* linearSpec) function in class:ActiveSetSolver
333 ActiveSetSolver::~ActiveSetSolver()
455 ActiveSetSolver::Solve()
529 ActiveSetSolver::VariableAdded(Variable* variable)
544 ActiveSetSolver::VariableRemoved(Variable* variable)
553 ActiveSetSolver::VariableRangeChanged(Variable* variable)
587 ActiveSetSolver
[all...]
H A DLinearSpec.cpp13 #include "ActiveSetSolver.h"
96 fSolver = new ActiveSetSolver(this);

Completed in 46 milliseconds