Home
last modified time | relevance | path

Searched refs:SCIP_STAGE_INIT (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_set.h35SCIP_STAGE_INIT = 0, /**< SCIP data structures are initialized, no problem exists … enumerator
H A Dtable_xyz.c32 #define TABLE_EARLIEST_STAGE SCIP_STAGE_INIT /**< output of the statistics table is only printed…
H A Dscip_general.c326 assert((*scip)->set->stage == SCIP_STAGE_INIT); in SCIPfree()
387 case SCIP_STAGE_INIT: in SCIPprintStage()
473 if( scip->set->stage == SCIP_STAGE_INIT || scip->set->stage == SCIP_STAGE_FREE ) in SCIPgetStatus()
H A Dscip_timing.c217 if( scip->set->stage > SCIP_STAGE_INIT ) in SCIPenableOrDisableStatisticTiming()
H A Dscip_prob.c123 assert(scip->set->stage == SCIP_STAGE_INIT); in SCIPcreateProb()
710 assert(scip->set->stage == SCIP_STAGE_INIT || scip->set->stage == SCIP_STAGE_PROBLEM); in SCIPfreeProb()
761 scip->set->stage = SCIP_STAGE_INIT; in SCIPfreeProb()
763 assert(scip->set->stage == SCIP_STAGE_INIT); in SCIPfreeProb()
1039 case SCIP_STAGE_INIT: in SCIPsetProbData()
H A Dtable_default.c34 #define TABLE_EARLIEST_STAGE_STATUS SCIP_STAGE_INIT /**< output of the statistics table…
H A Ddialog_default.c2012 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
2054 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
2096 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
2138 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
2783 if( SCIPgetStage(scip) == SCIP_STAGE_INIT ) in SCIP_DECL_DIALOGEXEC()
2876 if( SCIPgetStage(scip) == SCIP_STAGE_INIT ) in SCIP_DECL_DIALOGEXEC()
3196 if( SCIPgetStage(scip) == SCIP_STAGE_INIT ) in SCIP_DECL_DIALOGEXEC()
H A Dcons_countsols.c1869 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
1982 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
2276 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
H A Dscip_sol.c2228 case SCIP_STAGE_INIT: in SCIPgetNSols()
2277 case SCIP_STAGE_INIT: in SCIPgetSols()
2312 case SCIP_STAGE_INIT: in SCIPgetBestSol()
H A Ddebug.c81 (*debugsoldata)->debugsolstage = SCIP_STAGE_INIT; in SCIPdebugSolDataCreate()
2185 case SCIP_STAGE_INIT: in SCIPcheckStage()
H A Dscip_solve.c3236 case SCIP_STAGE_INIT: in SCIPfreeSolve()
3302 case SCIP_STAGE_INIT: in SCIPfreeReoptSolve()
3371 case SCIP_STAGE_INIT: in SCIPfreeTransform()
H A Dcons_superindicator.c2297 case SCIP_STAGE_INIT: in SCIP_DECL_DIALOGEXEC()
H A Dscip_copy.c413 assert(targetscip->set->stage == SCIP_STAGE_INIT); in copyProb()
H A Dcons_components.c2364 if( SCIPgetStage(subscip) > SCIP_STAGE_INIT ) in SCIP_DECL_CONSPRESOL()
H A Devent_estim.c103 #define TABLE_EARLIEST_STAGE SCIP_STAGE_INIT /**< output of the statistics table is only printed…
H A Dscip_lp.c979 case SCIP_STAGE_INIT: in SCIPprintLPSolutionQuality()
H A Dbenders.c2546 assert(set->stage == SCIP_STAGE_INIT || set->stage == SCIP_STAGE_PROBLEM); in SCIPbendersActivate()
2629 assert(set->stage == SCIP_STAGE_INIT || set->stage == SCIP_STAGE_PROBLEM); in SCIPbendersDeactivate()
H A Dscip_solvingstats.c4022 case SCIP_STAGE_INIT: in SCIPprintBranchingStatistics()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreader_gr.c82 if( SCIPgetStage(scip) == SCIP_STAGE_INIT || probdata == NULL ) in SCIP_DECL_READERREAD()
H A Dreader_stp.c99 if( SCIPgetStage(scip) == SCIP_STAGE_INIT || probdata == NULL ) in SCIP_DECL_READERREAD()
/dports/math/SCIP/scip-7.0.3/tests/src/misc/
H A Dsnippets.c37 #define TABLE_EARLIEST_STAGE SCIP_STAGE_INIT /**< output of the statistics table is only print…
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dreader_csol.c117 if ( SCIPgetStage(scip) == SCIP_STAGE_INIT ) in SCIP_DECL_READERREAD()
/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/SCIP/scip-7.0.3/interfaces/gams/src/
H A Dreader_gmo.c3147 assert(SCIPgetStage(scip) == SCIP_STAGE_INIT); in SCIPsetGMOReaderGmo()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd81 SCIP_STAGE_INIT = 0

12