Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsolve.c1507 …if( SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_ITERLIMIT && SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_TIM… in solveNodeInitialLP()
1520 …if( (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UNBO… in solveNodeInitialLP()
1642 …&& (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UNBOU… in separationRoundLP()
1691 …&& (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UNBOU… in separationRoundLP()
2627 …|| SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_INFEASIBLE || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OBJ… in priceAndCutLoop()
2796 …if( SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_ITERLIMIT && SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_TIM… in priceAndCutLoop()
2807 …&& (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_INFEASIBLE || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OB… in priceAndCutLoop()
2973 SCIPlpGetSolstat(lp), in solveNodeLP()
2985 …&& (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UNBOU… in solveNodeLP()
3894 SCIPlpGetSolstat(lp), in propAndSolve()
[all …]
H A Dscip_branch.c398 …if( SCIPlpGetSolstat(scip->lp) != SCIP_LPSOLSTAT_OPTIMAL && SCIPlpGetSolstat(scip->lp) != SCIP_LPS… in SCIPgetLPBranchCands()
400 SCIPerrorMessage("LP not solved to optimality - solstat=%d\n", SCIPlpGetSolstat(scip->lp)); in SCIPgetLPBranchCands()
428 …if( SCIPlpGetSolstat(scip->lp) != SCIP_LPSOLSTAT_OPTIMAL && SCIPlpGetSolstat(scip->lp) != SCIP_LPS… in SCIPgetNLPBranchCands()
466 …if( SCIPlpGetSolstat(scip->lp) != SCIP_LPSOLSTAT_OPTIMAL && SCIPlpGetSolstat(scip->lp) != SCIP_LPS… in SCIPgetNPrioLPBranchCands()
H A Dscip_probing.c745 assert((*lperror) || SCIPlpGetSolstat(scip->lp) != SCIP_LPSOLSTAT_NOTSOLVED); in solveProbingLP()
777 if( !(*lperror) && (SCIPlpGetSolstat(scip->lp) == SCIP_LPSOLSTAT_INFEASIBLE in solveProbingLP()
778 || SCIPlpGetSolstat(scip->lp) == SCIP_LPSOLSTAT_OBJLIMIT || in solveProbingLP()
779 (SCIPlpGetSolstat(scip->lp) == SCIP_LPSOLSTAT_OPTIMAL in solveProbingLP()
H A Dtree.c536 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in forkCreate()
634 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in subrootCreate()
4033 if( !lp->resolvelperror && SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL ) in focusnodeToFork()
4077 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in focusnodeToFork()
4148 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL ) in focusnodeToSubroot()
4184 if( lperror || SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_OPTIMAL ) in focusnodeToSubroot()
4201 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in focusnodeToSubroot()
6951 else if( SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_OPTIMAL in SCIPtreeEndProbing()
6952 && SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_INFEASIBLE in SCIPtreeEndProbing()
6953 && SCIPlpGetSolstat(lp) != SCIP_LPSOLSTAT_UNBOUNDEDRAY in SCIPtreeEndProbing()
[all …]
H A Dscip_lp.c166 return SCIPlpGetSolstat(scip->lp); in SCIPgetLPSolstat()
2644 …if( SCIPlpGetSolstat(scip->lp) == SCIP_LPSOLSTAT_INFEASIBLE || SCIPlpGetSolstat(scip->lp) == SCIP_… in SCIPsolveDiveLP()
2645 || (SCIPlpGetSolstat(scip->lp) == SCIP_LPSOLSTAT_OPTIMAL && in SCIPsolveDiveLP()
H A Dpricer.c487 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_INFEASIBLE ) in SCIPpricerExec()
H A Dpricestore.c429 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_INFEASIBLE ) in SCIPpricestoreAddProbVars()
H A Dbranch.c216 …assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UN… in branchcandCalcLPCands()
221 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_UNBOUNDEDRAY ) in branchcandCalcLPCands()
H A Dlp.c12474 switch( SCIPlpGetSolstat(lp) ) in SCIPlpSolveAndEval()
12774 solstat = SCIPlpGetSolstat(lp); in SCIPlpSolveAndEval()
12800 solstat = SCIPlpGetSolstat(lp); in SCIPlpSolveAndEval()
13047 SCIP_LPSOLSTAT SCIPlpGetSolstat( in SCIPlpGetSolstat() function
14349 stat->lpcount, SCIPlpGetSolstat(lp)); in SCIPlpGetSol()
15535 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in SCIPlpRemoveNewObsoletes()
15566 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in SCIPlpRemoveAllObsoletes()
15739 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in SCIPlpCleanupNew()
15778 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in SCIPlpCleanupAll()
15898 lp->flushed, lp->solved, SCIPlpGetSolstat(lp)); in SCIPlpStartDive()
[all …]
H A Dcutpool.c767 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL ) in SCIPcutpoolAddNewRow()
H A Dnodesel.c687SCIPlpGetSolstat(lp), SCIPnodeGetDepth(node) == 0, SCIPtreeGetFocusNode(tree) == node, in SCIPnodepqBound()
H A Dlp.h1055 SCIP_LPSOLSTAT SCIPlpGetSolstat(
H A Dconflict.c8543 SCIPtreeGetCurrentDepth(tree), SCIPlpGetSolstat(lp), SCIPlpDivingObjChanged(lp)); in conflictAnalyzeInfeasibleLP()
8620 SCIPtreeGetCurrentDepth(tree), SCIPlpGetSolstat(lp)); in conflictAnalyzeBoundexceedingLP()
8698 …assert( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_INFEASIBLE || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTA… in SCIPconflictAnalyzeLP()
8699 || (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL && set->lp_disablecutoff == 1) ); in SCIPconflictAnalyzeLP()
8737 (SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL && set->lp_disablecutoff == 1) ); in SCIPconflictAnalyzeLP()
8757 if( lp->flushed && SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_NOTSOLVED ) in SCIPconflictAnalyzeLP()
H A Dprob.c1800 assert(SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OPTIMAL); in SCIPprobUpdateBestRootSol()
H A Dreopt.c6089 if( SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OBJLIMIT ) in SCIPreoptCheckCutoff()