Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h252 …int lastnpresolchgcoefs;/**< number of presolving coefficient changes before pre… member
H A Dscip_general.c635 || (scip->stat->npresolchgcoefs - scip->stat->lastnpresolchgcoefs in SCIPisPresolveFinished()
H A Dscip_solve.c1355 scip->stat->lastnpresolchgcoefs = scip->stat->npresolchgcoefs; in presolve()