Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c11754 …if( ((simplex && (!tightprimfeastol || !tightdualfeastol)) || (!tightprimfeastol && !tightdualfeas… in lpSolveStable()
11758 if( !tightprimfeastol ) in lpSolveStable()
11795 if( !tightprimfeastol ) in lpSolveStable()
11910 if( !tightprimfeastol ) in lpSolveStable()
11941 if( !tightprimfeastol ) in lpSolveStable()
12442 SCIP_Bool tightprimfeastol; in SCIPlpSolveAndEval() local
12451 tightprimfeastol = FALSE; in SCIPlpSolveAndEval()
12546 tightprimfeastol = tightprimfeastol || !primalfeasible; in SCIPlpSolveAndEval()
12685 else if( !tightprimfeastol ) in SCIPlpSolveAndEval()
12693 tightprimfeastol = TRUE; in SCIPlpSolveAndEval()
[all …]