Searched refs:RemoveConstraint (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/libs/linprog/
H A DProgram.cpp38 ls.RemoveConstraint(c2);
73 ls.RemoveConstraint(c6);
105 ls.RemoveConstraint(c6);
/haiku/src/libs/linprog/
H A DLinearSpec.cpp50 SolverInterface::RemoveConstraint(Constraint* constraint, bool deleteConstraint, function in class:SolverInterface
53 return fLinearSpec->RemoveConstraint(constraint, deleteConstraint,
209 RemoveConstraint(markedForInvalidation.ItemAt(i));
252 LinearSpec::RemoveConstraint(Constraint* constraint, bool deleteConstraint) function in class:LinearSpec
254 return RemoveConstraint(constraint, deleteConstraint, true);
272 RemoveConstraint(constraint, false);
288 LinearSpec::RemoveConstraint(Constraint* constraint, bool deleteConstraint, function in class:LinearSpec
H A DConstraint.cpp327 fLS->RemoveConstraint(this, false);
H A DActiveSetSolver.cpp672 if (RemoveConstraint(constraint, false, false) == true)
703 fLinearSpec->RemoveConstraint(constraints.ItemAt(i));
/haiku/headers/libs/linprog/
H A DLinearSpec.h64 bool RemoveConstraint(Constraint* constraint,
103 bool RemoveConstraint(Constraint* constraint,
165 bool RemoveConstraint(Constraint* constraint,
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp156 linearSpec->RemoveConstraint(leftConstraint);
157 linearSpec->RemoveConstraint(topConstraint);
384 linearSpec->RemoveConstraint(fMinWidthConstraint, true);
385 linearSpec->RemoveConstraint(fMinHeightConstraint, true);
386 linearSpec->RemoveConstraint(fMaxWidthConstraint, true);
387 linearSpec->RemoveConstraint(fMaxHeightConstraint, true);
388 linearSpec->RemoveConstraint(fWidthConstraint, true);
389 linearSpec->RemoveConstraint(fHeightConstraint, true);
/haiku/headers/libs/alm/
H A DALMLayout.h71 bool RemoveConstraint(Constraint* constraint,
/haiku/src/libs/alm/
H A DALMLayout.cpp318 Solver()->RemoveConstraint(fConstraints.ItemAt(i), true);
504 BALMLayout::RemoveConstraint(Constraint* constraint, function in class:BALMLayout
509 return Solver()->RemoveConstraint(constraint, deleteConstraint);

Completed in 120 milliseconds