Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_set.h48 SCIP_STAGE_FREE = 13 /**< SCIP data structures are being freed */ enumerator
H A Dscip_general.c329 (*scip)->set->stage = SCIP_STAGE_FREE; in SCIPfree()
450 case SCIP_STAGE_FREE: in SCIPprintStage()
473 if( scip->set->stage == SCIP_STAGE_INIT || scip->set->stage == SCIP_STAGE_FREE ) in SCIPgetStatus()
H A Dcons_countsols.c1907 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
2112 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
2453 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
H A Ddialog_default.c2034 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
2076 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
2118 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
2163 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
H A Dscip_sol.c2280 case SCIP_STAGE_FREE: in SCIPgetSols()
2344 case SCIP_STAGE_FREE: in SCIPgetBestSol()
H A Dcons_superindicator.c2330 case SCIP_STAGE_FREE: in SCIP_DECL_DIALOGEXEC()
H A Ddebug.c2468 case SCIP_STAGE_FREE: in SCIPcheckStage()
H A Dscip_prob.c1040 case SCIP_STAGE_FREE: in SCIPsetProbData()
H A Dbranch_lookahead.c142 … else if( stage == SCIP_STAGE_FREE ) \
/dports/math/SCIP/scip-7.0.3/interfaces/ampl/src/
H A Dreader_nl.c1685 if( SCIPgetStage(scip) == SCIP_STAGE_INIT || SCIPgetStage(scip) == SCIP_STAGE_FREE ) in SCIP_DECL_DIALOGEXEC()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd94 SCIP_STAGE_FREE = 13
H A Dscip.pyx118 FREE = SCIP_STAGE_FREE
H A Dscip.c159448 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_STAGE(SCIP_STAGE_FREE); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3976 - added new stages `SCIP_STAGE_INITPRESOLVE`, `SCIP_STAGE_EXITPRESOLVE` and `SCIP_STAGE_FREE`; rena…