Home
last modified time | relevance | path

Searched refs:SCIP_STAGE_PROBLEM (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.c970 case SCIP_STAGE_PROBLEM: in SCIPgetProbData()
1021 case SCIP_STAGE_PROBLEM: in SCIPsetProbData()
1431 case SCIP_STAGE_PROBLEM: in SCIPsetObjlimit()
1525 case SCIP_STAGE_PROBLEM: in SCIPsetObjIntegral()
1570 case SCIP_STAGE_PROBLEM: in SCIPisObjIntegral()
1687 case SCIP_STAGE_PROBLEM: in SCIPaddVar()
1798 case SCIP_STAGE_PROBLEM: in SCIPdelVar()
1874 case SCIP_STAGE_PROBLEM: in SCIPgetVarsData()
1949 case SCIP_STAGE_PROBLEM: in SCIPgetVars()
1994 case SCIP_STAGE_PROBLEM: in SCIPgetNVars()
[all …]
H A Dreader_mst.c134 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
140 if( SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
H A Dtype_set.h36 SCIP_STAGE_PROBLEM = 1, /**< the problem is being created and modified */ enumerator
H A Dreader_dec.c132 if( SCIPgetStage(scip) != SCIP_STAGE_PROBLEM ) in readDecomposition()
355 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
H A Dreader_bnd.c286 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
292 if( SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
H A Dscip_validation.c82 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIPvalidateSolve()
H A Dreader_sol.c156 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
H A Dscip_var.c136 case SCIP_STAGE_PROBLEM: in SCIPcreateVar()
486 case SCIP_STAGE_PROBLEM: in SCIPparseVar()
1258 case SCIP_STAGE_PROBLEM: in SCIPreleaseVar()
4270 case SCIP_STAGE_PROBLEM: in SCIPaddVarLocksType()
4386 case SCIP_STAGE_PROBLEM: in SCIPlockVarCons()
4470 case SCIP_STAGE_PROBLEM: in SCIPunlockVarCons()
4526 case SCIP_STAGE_PROBLEM: in SCIPchgVarObj()
4568 case SCIP_STAGE_PROBLEM: in SCIPaddVarObj()
4692 case SCIP_STAGE_PROBLEM: in SCIPchgVarLb()
4782 case SCIP_STAGE_PROBLEM: in SCIPchgVarUb()
[all …]
H A Ddialog_default.c359 if( SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
412 if( SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
537 if( SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
1162 if( SCIPgetStage(scip) >= SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
1275 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
1393 if ( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_DIALOGEXEC()
2016 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
2058 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
2100 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
2142 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
[all …]
H A Dscip_sol.c330 case SCIP_STAGE_PROBLEM: in SCIPcreateSol()
567 case SCIP_STAGE_PROBLEM: in SCIPcreateOrigSol()
667 case SCIP_STAGE_PROBLEM: in SCIPcreateSolCopyOrig()
986 case SCIP_STAGE_PROBLEM: in SCIPfreeSol()
2214 case SCIP_STAGE_PROBLEM: in SCIPgetNSols()
2263 case SCIP_STAGE_PROBLEM: in SCIPgetSols()
2314 case SCIP_STAGE_PROBLEM: in SCIPgetBestSol()
2697 if( SCIPgetStage(scip) == SCIP_STAGE_PROBLEM ) in readSolFile()
2857 if( SCIPgetStage(scip) == SCIP_STAGE_PROBLEM ) in readXmlSolFile()
2936 case SCIP_STAGE_PROBLEM: in SCIPaddSol()
[all …]
H A Dreader_fix.c221 if( SCIPgetStage(scip) < SCIP_STAGE_PROBLEM ) in SCIP_DECL_READERREAD()
H A Ddebug.c548 if( SCIPsetGetStage(set) == SCIP_STAGE_PROBLEM ) in debugSolIsAchieved()
680 …l != NULL && ((SCIPgetStage(set->scip) > SCIP_STAGE_PROBLEM && debugsoldata->debugsolstage > SCIP_… in SCIPdebugFreeSol()
681 …|| (SCIPgetStage(set->scip) <= SCIP_STAGE_PROBLEM && debugsoldata->debugsolstage <= SCIP_STAGE_PRO… in SCIPdebugFreeSol()
935 if( SCIPgetStage(scip) == SCIP_STAGE_PROBLEM ) in SCIPdebugCheckLbGlobal()
986 if( SCIPgetStage(scip) == SCIP_STAGE_PROBLEM ) in SCIPdebugCheckUbGlobal()
2209 case SCIP_STAGE_PROBLEM: in SCIPcheckStage()
H A Dtable_default.c39 #define TABLE_EARLIEST_STAGE_TIMING SCIP_STAGE_PROBLEM /**< output of the statistics table…
44 #define TABLE_EARLIEST_STAGE_ORIGPROB SCIP_STAGE_PROBLEM /**< output of the statistics table…
H A Dscip_solve.c2098 scip->set->stage = SCIP_STAGE_PROBLEM; in freeTransform()
2416 case SCIP_STAGE_PROBLEM: in SCIPpresolve()
2591 …if( scip->set->stage == SCIP_STAGE_PROBLEM && SCIPdecompstoreGetNOrigDecomps(scip->decompstore) > 0 in SCIPsolve()
2643 case SCIP_STAGE_PROBLEM: in SCIPsolve()
3076 …if( scip->set->stage > SCIP_STAGE_PROBLEM && !(!enable && scip->set->stage == SCIP_STAGE_PRESOLVED… in SCIPenableReoptimization()
3083 …if( scip->set->stage == SCIP_STAGE_PROBLEM || (!enable && scip->set->stage == SCIP_STAGE_PRESOLVED… in SCIPenableReoptimization()
3238 case SCIP_STAGE_PROBLEM: in SCIPfreeSolve()
3305 case SCIP_STAGE_PROBLEM: in SCIPfreeReoptSolve()
3372 case SCIP_STAGE_PROBLEM: in SCIPfreeTransform()
3405 assert(scip->set->stage == SCIP_STAGE_PROBLEM); in SCIPfreeTransform()
H A Dvar.c2112 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarCopy()
6388 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgLbOriginal()
6447 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgUbOriginal()
7052 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgLbGlobal()
7195 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgUbGlobal()
7829 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgLbLocal()
7955 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarChgUbLocal()
8517 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarAddHoleOriginal()
8725 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarAddHoleGlobal()
8976 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPvarAddHoleLocal()
[all …]
H A Dscip_copy.c435 targetscip->set->stage = SCIP_STAGE_PROBLEM; in copyProb()
657 …eturn SCIPprobIsConsCompressionEnabled(scip->origprob) && SCIPgetStage(scip) == SCIP_STAGE_PROBLEM; in SCIPisConsCompressionEnabled()
751 if( SCIPgetStage(targetscip) > SCIP_STAGE_PROBLEM ) in SCIPgetVarCopy()
2634 if( SCIPgetStage(sourcescip) == SCIP_STAGE_PROBLEM ) in doCopy()
H A Dpricer.c351 assert(set->stage == SCIP_STAGE_PROBLEM); in SCIPpricerActivate()
H A Dscip_cons.c973 case SCIP_STAGE_PROBLEM: in SCIPcreateCons()
1122 case SCIP_STAGE_PROBLEM: in SCIPreleaseCons()
1171 if( SCIPgetStage(scip) != SCIP_STAGE_PROBLEM ) in SCIPchgConsName()
H A Dscip_general.c390 case SCIP_STAGE_PROBLEM: in SCIPprintStage()
H A Dcons_countsols.c1873 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
1986 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
2279 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
H A Dcons_components.c320 assert(SCIPgetStage(subscip) == SCIP_STAGE_PROBLEM); in componentSetupWorkingSol()
1054 if( SCIPgetStage(subscip) == SCIP_STAGE_PROBLEM in solveComponent()
1061 … SCIPgetStage(subscip) == SCIP_STAGE_PROBLEM ? SCIPinfinity(subscip) : SCIPgetPrimalbound(subscip), in solveComponent()
H A Dreader_diff.c944 if( SCIPisReoptEnabled(scip) && SCIPgetStage(scip) > SCIP_STAGE_PROBLEM ) in readDiffFile()
H A Dcons_superindicator.c2173 if( SCIPgetStage(scip) != SCIP_STAGE_PROBLEM ) in SCIPtransformMinUC()
2300 case SCIP_STAGE_PROBLEM: in SCIP_DECL_DIALOGEXEC()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dpricer_binpacking.c348 assert( SCIPgetStage(subscip) == SCIP_STAGE_PROBLEM ); in initPricing()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/superindicator/
H A Dslack.c179 if( SCIPgetStage(scip) != SCIP_STAGE_PROBLEM ) in SCIPsolveSlack()

12