Searched refs:OperatorType (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/libs/linprog/
H A DLinearProgrammingTypes.h33 enum OperatorType { enum in namespace:LinearProgramming
53 using LinearProgramming::OperatorType;
H A DConstraint.h52 OperatorType Op();
53 void SetOp(OperatorType value);
74 SummandList* summands, OperatorType op,
82 OperatorType fOp;
H A DLinearSpec.h107 OperatorType op, double rightSide,
111 OperatorType op, double rightSide,
116 OperatorType op, double rightSide,
122 OperatorType op, double rightSide,
129 OperatorType op, double rightSide,
172 OperatorType op, double rightSide,
/haiku/src/tests/libs/linprog/
H A DProgram.cpp32 Constraint* c1 = ls.AddConstraint(1.0, x1, OperatorType(kLE), 108);
33 Constraint* c2 = ls.AddConstraint(1.0, x2, OperatorType(kGE), 113);
42 c2 = ls.AddConstraint(1.0, x2, OperatorType(kGE), 113);
/haiku/src/libs/linprog/
H A DLinearSpec.cpp396 LinearSpec::AddConstraint(SummandList* summands, OperatorType op,
415 OperatorType op, double rightSide, double penaltyNeg, double penaltyPos)
441 double coeff2, Variable* var2, OperatorType op, double rightSide,
472 OperatorType op, double rightSide, double penaltyNeg, double penaltyPos)
505 double coeff4, Variable* var4, OperatorType op, double rightSide,
558 LinearSpec::_AddConstraint(SummandList* leftSide, OperatorType op,
H A DConstraint.cpp192 OperatorType
205 Constraint::SetOp(OperatorType value)
372 Constraint::Constraint(LinearSpec* ls, SummandList* summands, OperatorType op,
/haiku/headers/libs/alm/
H A DALMLayout.h75 OperatorType op, double rightSide,
80 OperatorType op, double rightSide,
86 OperatorType op, double rightSide,
93 OperatorType op, double rightSide,
/haiku/src/tests/libs/alm/
H A DViews.cpp85 layout->Bottom(), OperatorType(kEQ), 0);
/haiku/src/libs/alm/
H A DALMLayout.cpp514 BALMLayout::AddConstraint(double coeff1, Variable* var1, OperatorType op,
526 Variable* var2, OperatorType op, double rightSide, double penaltyNeg,
537 Variable* var2, double coeff3, Variable* var3, OperatorType op,
550 Variable* var4, OperatorType op, double rightSide, double penaltyNeg,
H A DSharedSolver.cpp419 if (fLinearSpec.AddConstraint(summandList, (OperatorType)op, rightSide,

Completed in 61 milliseconds