Searched refs:BelowCutoff (Results 1 – 1 of 1) sorted by relevance
809 bool BelowCutoff = (CutoffForExact > 0) && ProblemSize <= CutoffForExact; in solve() local813 if (EnableExactSolver || BelowCutoff) { in solve()