Home
last modified time | relevance | path

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

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_MPS.c452 Unconstrained_rows_found = FALSE, OF_found = FALSE, CompleteStatus = FALSE; in MPS_readex() local
619 else if(!OF_found) { /* take the first N row as OF, ignore others */ in MPS_readex()
622 OF_found = TRUE; in MPS_readex()
1027 if((*OBJNAME) && (!OF_found)) { in MPS_readex()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_MPS.c552 Unconstrained_rows_found = FALSE, OF_found = FALSE, CompleteStatus = FALSE; in MPS_readex() local
717 else if(!OF_found) { /* take the first N row as OF, ignore others */ in MPS_readex()
720 OF_found = TRUE; in MPS_readex()
1137 if((*OBJNAME) && (!OF_found)) { in MPS_readex()