Searched refs:leftSide (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/linprog/
H A DLinearSpec.cpp265 SummandList* leftSide = constraint->LeftSide();
266 for (int i = 0; i < leftSide->CountItems(); i++) {
267 Variable* var = leftSide->ItemAt(i)->Var();
297 SummandList* leftSide = constraint->LeftSide();
298 for (int32 i = 0; i < leftSide->CountItems(); i++) {
299 Variable* var = leftSide->ItemAt(i)->Var();
336 SummandList* leftSide = constraint->LeftSide(); local
337 if (leftSide != NULL) {
338 for (int32 i = 0; i < leftSide->CountItems(); i++) {
339 Variable* var = leftSide
558 _AddConstraint(SummandList* leftSide, OperatorType op, double rightSide, double penaltyNeg, double penaltyPos) argument
[all...]
H A DActiveSetSolver.cpp483 SummandList* leftSide = constraint->LeftSide(); local
485 for (int32 sIndex = 0; sIndex < leftSide->CountItems(); sIndex++ ) {
486 Summand* summand = leftSide->ItemAt(sIndex);
/haiku/src/libs/alm/
H A DSharedSolver.cpp329 SummandList* leftSide = constraint->LeftSide(); local
330 int32 summandCount = leftSide->CountItems();
334 Summand* summand = leftSide->ItemAt(i);
/haiku/headers/libs/linprog/
H A DLinearSpec.h171 Constraint* _AddConstraint(SummandList* leftSide,

Completed in 73 milliseconds