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

/haiku/src/libs/linprog/
H A DConstraint.cpp50 SummandList* orgSummands = constraint->LeftSide(); local
51 for (int32 i = 0; i < orgSummands->CountItems(); i++) {
52 Summand* summand = orgSummands->ItemAt(i);

Completed in 73 milliseconds