Searched refs:EQlist (Results 1 – 2 of 2) sorted by relevance
/dports/math/R-cran-lpSolve/lpSolve/src/ |
H A D | lp_presolve.c | 4237 LLrec *EQlist = NULL; local 4273 createLink(lp->rows, &EQlist, NULL); 4277 appendLink(EQlist, ib + 1); 4281 for(ix = firstActiveLink(EQlist); ix != 0; ) { 4426 removeLink(EQlist, i); 4479 ix = nextActiveLink(EQlist, ix); 4484 freeLink(&EQlist);
|
/dports/math/lp_solve/lp_solve_5.5/ |
H A D | lp_presolve.c | 4492 LLrec *EQlist = NULL; local 4528 createLink(lp->rows, &EQlist, NULL); 4532 appendLink(EQlist, ib + 1); 4536 for(ix = firstActiveLink(EQlist); ix != 0; ) { 4681 removeLink(EQlist, i); 4734 ix = nextActiveLink(EQlist, ix); 4739 freeLink(&EQlist);
|