Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h95 …SCIP_Longint nsbsolsfound; /**< number of CIP-feasible solutions found during stron… member
H A Dconcurrent.c721 target->stat->nsbsolsfound = source->stat->nsbsolsfound; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c242 stat->nsbsolsfound = 0; in SCIPstatReset()
H A Dscip_solvingstats.c3070 scip->stat->nsbsolsfound, scip->stat->nsbbestsolsfound); in SCIPprintHeuristicStatistics()
H A Dscip_var.c4121 scip->stat->nsbsolsfound++; in SCIPtryStrongbranchLPSol()