Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_lp.h33 SCIP_LPSOLSTAT_NOTSOLVED = 0, /**< LP was not solved, no solution exists */ enumerator
H A Dheuristics.c742 if( SCIPgetLPSolstat(scip) == SCIP_LPSOLSTAT_NOTSOLVED ) in SCIPperformGenericDivingAlgorithm()
767 while( !cutoff && SCIPgetLPSolstat(scip) == SCIP_LPSOLSTAT_NOTSOLVED ); in SCIPperformGenericDivingAlgorithm()
769 assert(cutoff || lperror || SCIPgetLPSolstat(scip) != SCIP_LPSOLSTAT_NOTSOLVED); in SCIPperformGenericDivingAlgorithm()
H A Dlp.c437 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpRestoreSolVals()
7946 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushDelCols()
8144 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushAddCols()
8207 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushDelRows()
8357 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushAddRows()
8481 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushChgCols()
8495 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushChgCols()
8596 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in lpFlushChgRows()
8696 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPlpFlush()
13019 case SCIP_LPSOLSTAT_NOTSOLVED: in SCIPlpSolveAndEval()
[all …]
H A Dbranch_multaggr.c311 …lperror = lperror || (solstatdown == SCIP_LPSOLSTAT_NOTSOLVED && downinf == 0) || (solstatdown == … in selectVarMultAggrBranching()
373 …lperror = lperror || (solstatup == SCIP_LPSOLSTAT_NOTSOLVED && upinf == 0) || (solstatup == SCIP_… in selectVarMultAggrBranching()
H A Dstat.c212 stat->lastsblpsolstats[0] = stat->lastsblpsolstats[1] = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPstatReset()
H A Dscip_numerics.c298 scip->lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPchgDualfeastol()
H A Dscip_probing.c745 assert((*lperror) || SCIPlpGetSolstat(scip->lp) != SCIP_LPSOLSTAT_NOTSOLVED); in solveProbingLP()
H A Ddisp_default.c1008 if( SCIPgetLPSolstat(scip) == SCIP_LPSOLSTAT_NOTSOLVED ) in SCIP_DECL_DISPOUTPUT()
H A Dsolve.c2208 *aborted = ( (*aborted) || (*lperror) || SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_NOTSOLVED in SCIPpriceLoop()
2362 stalllpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in priceAndCutLoop()
3135 …|| SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_NOTSOLVED || SCIPsolveIsStopped(set, stat, FALSE) || (*c… in solveNodeLP()
H A Dheur_shiftandpropagate.c1374 heurdata->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in SCIP_DECL_HEURINIT()
H A Dheur_nlpdiving.c2426 lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in SCIP_DECL_HEUREXEC()
H A Dscip_lp.c168 return SCIP_LPSOLSTAT_NOTSOLVED; in SCIPgetLPSolstat()
H A Dscip_var.c2727 scip->stat->lastsblpsolstats[0] = scip->stat->lastsblpsolstats[1] = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPstartStrongbranch()
3265 … case SCIP_LPSOLSTAT_NOTSOLVED: /* should only be the case for *cutoff = TRUE or *lperror = TRUE */ in performStrongbranchWithPropagation()
3445 scip->stat->lastsblpsolstats[0] = scip->stat->lastsblpsolstats[1] = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPgetVarStrongbranchWithPropagation()
H A Dprop_obbt.c286 case SCIP_LPSOLSTAT_NOTSOLVED: in solveLP()
H A Dreopt.c6175 …PSOLSTAT_OBJLIMIT || lpsolstat == SCIP_LPSOLSTAT_OPTIMAL || lpsolstat == SCIP_LPSOLSTAT_NOTSOLVED); in SCIPreoptCheckCutoff()
6196 assert(lpsolstat == SCIP_LPSOLSTAT_NOTSOLVED || lpsolstat == SCIP_LPSOLSTAT_OBJLIMIT in SCIPreoptCheckCutoff()
H A Dconflict.c8160 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in runBoundHeuristic()
8757 if( lp->flushed && SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_NOTSOLVED ) in SCIPconflictAnalyzeLP()
H A Dbenders.c4878 case SCIP_LPSOLSTAT_NOTSOLVED : in SCIPbendersSolveSubproblemLP()
H A Dbranch_lookahead.c2855 …status->lperror = status->lperror || (solstat == SCIP_LPSOLSTAT_NOTSOLVED && resultdata->cutoff ==… in executeBranching()
H A Dtree.c6986 lp->lpsolstat = SCIP_LPSOLSTAT_NOTSOLVED; in SCIPtreeEndProbing()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd251 SCIP_LPSOLSTAT_NOTSOLVED = 0
H A Dscip.pyx198 NOTSOLVED = SCIP_LPSOLSTAT_NOTSOLVED
H A Dscip.c160319 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_LPSOLSTAT(SCIP_LPSOLSTAT_NOTSOLVED); if (unlikely(!__pyx_t_6)) _…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3479 - set lpsolstat to `SCIP_LPSOLSTAT_NOTSOLVED` in SCIPchg{Lp,Dual}feastol()