Searched defs:AddConstraint (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/linprog/
H A DLinearSpec.cpp43 SolverInterface::AddConstraint(Constraint* constraint, bool notifyListener) function in class:SolverInterface
245 LinearSpec::AddConstraint(Constraint* constraint) function in class:LinearSpec
259 LinearSpec::AddConstraint(Constraint* constraint, bool notifyListener) function in class:LinearSpec
396 LinearSpec::AddConstraint(SummandList* summands, OperatorType op, function in class:LinearSpec
414 LinearSpec::AddConstraint(double coeff1, Variable* var1, function in class:LinearSpec
440 LinearSpec::AddConstraint(double coeff1, Variable* var1, function in class:LinearSpec
470 LinearSpec::AddConstraint(double coeff1, Variable* var1, function in class:LinearSpec
503 LinearSpec::AddConstraint(doubl function in class:LinearSpec
[all...]
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp594 LayoutOptimizer::AddConstraint(int32 left, int32 right, double value, function in class:LayoutOptimizer
/haiku/src/libs/alm/
H A DALMLayout.cpp496 BALMLayout::AddConstraint(Constraint* constraint) function in class:BALMLayout
514 BALMLayout::AddConstraint(double coeff1, Variable* var1, OperatorType op, function in class:BALMLayout
525 BALMLayout::AddConstraint(double coeff1, Variable* var1, double coeff2, function in class:BALMLayout
536 BALMLayout::AddConstraint(double coeff1, Variable* var1, double coeff2, function in class:BALMLayout
548 BALMLayout::AddConstraint(double coeff1, Variable* var1, double coeff2, function in class:BALMLayout
[all...]

Completed in 51 milliseconds