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

/haiku/src/libs/linprog/
H A DConstraint.cpp122 SummandList oldSummands; local
124 oldSummands = *fLeftSide;
129 fLS->UpdateLeftSide(this, &oldSummands);
132 for (int32 i = 0; i < oldSummands.CountItems(); i++)
133 delete oldSummands.ItemAt(i);
H A DLinearSpec.cpp334 const SummandList* oldSummands)
343 if (oldSummands != NULL) {
345 for (int32 i = 0; i < oldSummands->CountItems(); i++) {
346 Variable* var = oldSummands->ItemAt(i)->Var();
333 UpdateLeftSide(Constraint* constraint, const SummandList* oldSummands) argument
/haiku/headers/libs/linprog/
H A DLinearSpec.h158 const SummandList* oldSummands);

Completed in 33 milliseconds