Home
last modified time | relevance | path

Searched refs:tableau_j (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc2495 const Row& tableau_j = tableau[j]; in OK() local
2498 Row::const_iterator itr = tableau_j.begin(); in OK()
2499 Row::const_iterator itr_end = tableau_j.end(); in OK()
2503 itr = tableau_j.lower_bound(itr, itr.index()); in OK()