80#define SCIP_DEFAULT_BRANCH_SCOREFUNC 'p'
81#define SCIP_DEFAULT_BRANCH_SCOREFAC 0.167
83#define SCIP_DEFAULT_BRANCH_PREFERBINARY FALSE
84#define SCIP_DEFAULT_BRANCH_CLAMP 0.2
86#define SCIP_DEFAULT_BRANCH_MIDPULL 0.75
87#define SCIP_DEFAULT_BRANCH_MIDPULLRELDOMTRIG 0.5
88#define SCIP_DEFAULT_BRANCH_LPGAINNORMALIZE 's'
89#define SCIP_DEFAULT_BRANCH_DELAYPSCOST TRUE
90#define SCIP_DEFAULT_BRANCH_DIVINGPSCOST TRUE
91#define SCIP_DEFAULT_BRANCH_FORCEALL FALSE
93#define SCIP_DEFAULT_BRANCH_FIRSTSBCHILD 'a'
94#define SCIP_DEFAULT_BRANCH_CHECKSBSOL TRUE
95#define SCIP_DEFAULT_BRANCH_ROUNDSBSOL TRUE
96#define SCIP_DEFAULT_BRANCH_SUMADJUSTSCORE FALSE
100#define SCIP_DEFAULT_COMPR_ENABLE FALSE
105#define SCIP_DEFAULT_CONF_ENABLE TRUE
106#define SCIP_DEFAULT_CONF_MAXVARSFAC 0.15
107#define SCIP_DEFAULT_CONF_MINMAXVARS 0
108#define SCIP_DEFAULT_CONF_MAXLPLOOPS 2
110#define SCIP_DEFAULT_CONF_LPITERATIONS 10
112#define SCIP_DEFAULT_CONF_USEPROP TRUE
113#define SCIP_DEFAULT_CONF_USEINFLP 'b'
116#define SCIP_DEFAULT_CONF_USEBOUNDLP 'b'
119#define SCIP_DEFAULT_CONF_USESB TRUE
121#define SCIP_DEFAULT_CONF_USEPSEUDO TRUE
122#define SCIP_DEFAULT_CONF_PREFINFPROOF TRUE
123#define SCIP_DEFAULT_CONF_SEPARATE TRUE
124#define SCIP_DEFAULT_CONF_DYNAMIC TRUE
129#define SCIP_DEFAULT_CONF_MAXSTORESIZE 10000
130#define SCIP_DEFAULT_CONF_RECONVLEVELS -1
132#define SCIP_DEFAULT_CONF_CLEANBNDDEPEND TRUE
133#define SCIP_DEFAULT_CONF_FUIPLEVELS -1
135#define SCIP_DEFAULT_CONF_INTERCONSS -1
137#define SCIP_DEFAULT_CONF_MAXCONSS 10
139#define SCIP_DEFAULT_CONF_PREFERBINARY FALSE
140#define SCIP_DEFAULT_CONF_ALLOWLOCAL TRUE
141#define SCIP_DEFAULT_CONF_SETTLELOCAL FALSE
143#define SCIP_DEFAULT_CONF_REPROPAGATE TRUE
145#define SCIP_DEFAULT_CONF_KEEPREPROP TRUE
146#define SCIP_DEFAULT_CONF_REMOVEABLE TRUE
147#define SCIP_DEFAULT_CONF_DEPTHSCOREFAC 1.0
148#define SCIP_DEFAULT_CONF_PROOFSCOREFAC 1.0
149#define SCIP_DEFAULT_CONF_UPLOCKSCOREFAC 0.0
150#define SCIP_DEFAULT_CONF_DOWNLOCKSCOREFAC 0.0
151#define SCIP_DEFAULT_CONF_SCOREFAC 0.98
152#define SCIP_DEFAULT_CONF_RESTARTNUM 0
154#define SCIP_DEFAULT_CONF_RESTARTFAC 1.5
155#define SCIP_DEFAULT_CONF_IGNORERELAXEDBD FALSE
156#define SCIP_DEFAULT_CONF_MAXVARSDETECTIMPLIEDBOUNDS 250
157#define SCIP_DEFAULT_CONF_FULLSHORTENCONFLICT TRUE
158#define SCIP_DEFAULT_CONF_CONFLITWEIGHT 0.0
159#define SCIP_DEFAULT_CONF_CONFLITGRAPHWEIGHT 1.0
160#define SCIP_DEFAULT_CONF_WEIGHTSIZE 0.001
161#define SCIP_DEFAULT_CONF_WEIGHTREPROPDEPTH 0.1
162#define SCIP_DEFAULT_CONF_WEIGHTVALIDDEPTH 1.0
163#define SCIP_DEFAULT_CONF_MINIMPROVE 0.05
167#define SCIP_DEFAULT_CONF_SEPAALTPROOFS FALSE
168#define SCIP_DEFAULT_CONF_USELOCALROWS TRUE
172#define SCIP_DEFAULT_CONS_AGELIMIT 0
174#define SCIP_DEFAULT_CONS_OBSOLETEAGE -1
176#define SCIP_DEFAULT_CONS_DISABLEENFOPS FALSE
181#define SCIP_DEFAULT_DISP_VERBLEVEL SCIP_VERBLEVEL_HIGH
182#define SCIP_DEFAULT_DISP_WIDTH 143
183#define SCIP_DEFAULT_DISP_FREQ 100
184#define SCIP_DEFAULT_DISP_HEADERFREQ 15
185#define SCIP_DEFAULT_DISP_LPINFO FALSE
186#define SCIP_DEFAULT_DISP_ALLVIOLS FALSE
187#define SCIP_DEFAULT_DISP_RELEVANTSTATS TRUE
191#define SCIP_DEFAULT_HEUR_USEUCTSUBSCIP FALSE
195#define SCIP_DEFAULT_HISTORY_VALUEBASED FALSE
196#define SCIP_DEFAULT_HISTORY_ALLOWMERGE FALSE
197#define SCIP_DEFAULT_HISTORY_ALLOWTRANSFER FALSE
201#define SCIP_DEFAULT_LIMIT_TIME 1e+20
202#define SCIP_DEFAULT_LIMIT_MEMORY SCIP_MEM_NOLIMIT
203#define SCIP_DEFAULT_LIMIT_GAP 0.0
204#define SCIP_DEFAULT_LIMIT_ABSGAP 0.0
206#define SCIP_DEFAULT_LIMIT_OBJSTOP SCIP_INVALID
207#define SCIP_DEFAULT_LIMIT_NODES -1LL
208#define SCIP_DEFAULT_LIMIT_STALLNODES -1LL
210#define SCIP_DEFAULT_LIMIT_SOLUTIONS -1
211#define SCIP_DEFAULT_LIMIT_BESTSOL -1
213#define SCIP_DEFAULT_LIMIT_MAXSOL 100
214#define SCIP_DEFAULT_LIMIT_MAXORIGSOL 10
215#define SCIP_DEFAULT_LIMIT_RESTARTS -1
216#define SCIP_DEFAULT_LIMIT_AUTORESTARTNODES -1
221#define SCIP_DEFAULT_LP_SOLVEFREQ 1
222#define SCIP_DEFAULT_LP_ITERLIM -1LL
223#define SCIP_DEFAULT_LP_ROOTITERLIM -1LL
224#define SCIP_DEFAULT_LP_SOLVEDEPTH -1
225#define SCIP_DEFAULT_LP_INITALGORITHM 's'
227#define SCIP_DEFAULT_LP_RESOLVEALGORITHM 's'
229#define SCIP_DEFAULT_LP_PRICING 'l'
232#define SCIP_DEFAULT_LP_CLEARINITIALPROBINGLP TRUE
234#define SCIP_DEFAULT_LP_RESOLVERESTORE FALSE
235#define SCIP_DEFAULT_LP_FREESOLVALBUFFERS FALSE
236#define SCIP_DEFAULT_LP_COLAGELIMIT 10
238#define SCIP_DEFAULT_LP_ROWAGELIMIT 10
240#define SCIP_DEFAULT_LP_CLEANUPCOLS FALSE
241#define SCIP_DEFAULT_LP_CLEANUPCOLSROOT FALSE
242#define SCIP_DEFAULT_LP_CLEANUPROWS TRUE
243#define SCIP_DEFAULT_LP_CLEANUPROWSROOT TRUE
244#define SCIP_DEFAULT_LP_CHECKSTABILITY TRUE
245#define SCIP_DEFAULT_LP_CONDITIONLIMIT -1.0
246#define SCIP_DEFAULT_LP_MARKOWITZ 0.01
247#define SCIP_DEFAULT_LP_CHECKPRIMFEAS TRUE
248#define SCIP_DEFAULT_LP_CHECKDUALFEAS TRUE
249#define SCIP_DEFAULT_LP_CHECKFARKAS TRUE
250#define SCIP_DEFAULT_LP_FASTMIP 1
251#define SCIP_DEFAULT_LP_SCALING 1
252#define SCIP_DEFAULT_LP_PRESOLVING TRUE
253#define SCIP_DEFAULT_LP_LEXDUALALGO FALSE
254#define SCIP_DEFAULT_LP_LEXDUALROOTONLY TRUE
255#define SCIP_DEFAULT_LP_LEXDUALMAXROUNDS 2
256#define SCIP_DEFAULT_LP_LEXDUALBASIC FALSE
257#define SCIP_DEFAULT_LP_LEXDUALSTALLING TRUE
258#define SCIP_DEFAULT_LP_DISABLECUTOFF 2
259#define SCIP_DEFAULT_LP_ROWREPSWITCH 1.2
261#define SCIP_DEFAULT_LP_THREADS 0
262#define SCIP_DEFAULT_LP_RESOLVEITERFAC -1.0
264#define SCIP_DEFAULT_LP_RESOLVEITERMIN 1000
265#define SCIP_DEFAULT_LP_SOLUTIONPOLISHING 3
266#define SCIP_DEFAULT_LP_REFACTORINTERVAL 0
267#define SCIP_DEFAULT_LP_ALWAYSGETDUALS FALSE
271#define SCIP_DEFAULT_NLP_SOLVER ""
272#define SCIP_DEFAULT_NLP_DISABLE FALSE
277#define SCIP_DEFAULT_MEM_SAVEFAC 0.8
278#define SCIP_DEFAULT_MEM_TREEGROWFAC 2.0
279#define SCIP_DEFAULT_MEM_PATHGROWFAC 2.0
280#define SCIP_DEFAULT_MEM_TREEGROWINIT 65536
281#define SCIP_DEFAULT_MEM_PATHGROWINIT 256
286#define SCIP_DEFAULT_MISC_CATCHCTRLC TRUE
287#define SCIP_DEFAULT_MISC_USEVARTABLE TRUE
288#define SCIP_DEFAULT_MISC_USECONSTABLE TRUE
289#define SCIP_DEFAULT_MISC_USESMALLTABLES FALSE
290#define SCIP_DEFAULT_MISC_EXACTSOLVE FALSE
291#define SCIP_DEFAULT_MISC_RESETSTAT TRUE
296#define SCIP_DEFAULT_MISC_IMPROVINGSOLS FALSE
297#define SCIP_DEFAULT_MISC_PRINTREASON TRUE
298#define SCIP_DEFAULT_MISC_ESTIMEXTERNMEM TRUE
299#define SCIP_DEFAULT_MISC_AVOIDMEMOUT TRUE
300#define SCIP_DEFAULT_MISC_TRANSORIGSOLS TRUE
301#define SCIP_DEFAULT_MISC_TRANSSOLSORIG TRUE
302#define SCIP_DEFAULT_MISC_CALCINTEGRAL TRUE
303#define SCIP_DEFAULT_MISC_FINITESOLSTORE FALSE
304#define SCIP_DEFAULT_MISC_OUTPUTORIGSOL TRUE
305#define SCIP_DEFAULT_MISC_ALLOWSTRONGDUALREDS TRUE
306#define SCIP_DEFAULT_MISC_ALLOWWEAKDUALREDS TRUE
307#define SCIP_DEFAULT_MISC_REFERENCEVALUE 1e99
308#define SCIP_DEFAULT_MISC_USESYMMETRY 7
312#define SCIP_DEFAULT_MISC_SCALEOBJ TRUE
313#define SCIP_DEFAULT_MISC_SHOWDIVINGSTATS FALSE
315#ifdef WITH_DEBUG_SOLUTION
316#define SCIP_DEFAULT_MISC_DEBUGSOLUTION "-"
320#define SCIP_DEFAULT_RANDOM_RANDSEEDSHIFT 0
321#define SCIP_DEFAULT_RANDOM_PERMUTATIONSEED 0
322#define SCIP_DEFAULT_RANDOM_LPSEED 0
323#define SCIP_DEFAULT_RANDOM_PERMUTECONSS TRUE
324#define SCIP_DEFAULT_RANDOM_PERMUTEVARS FALSE
329#define SCIP_DEFAULT_NODESEL_CHILDSEL 'h'
335#define SCIP_DEFAULT_PRESOL_ABORTFAC 8e-04
337#define SCIP_DEFAULT_PRESOL_MAXROUNDS -1
338#define SCIP_DEFAULT_PRESOL_MAXRESTARTS -1
339#define SCIP_DEFAULT_PRESOL_CLQTABLEFAC 2.0
340#define SCIP_DEFAULT_PRESOL_RESTARTFAC 0.025
342#define SCIP_DEFAULT_PRESOL_IMMRESTARTFAC 0.10
344#define SCIP_DEFAULT_PRESOL_SUBRESTARTFAC 1.00
346#define SCIP_DEFAULT_PRESOL_RESTARTMINRED 0.10
348#define SCIP_DEFAULT_PRESOL_DONOTMULTAGGR FALSE
349#define SCIP_DEFAULT_PRESOL_DONOTAGGR FALSE
354#define SCIP_DEFAULT_PRICE_ABORTFAC 2.0
356#define SCIP_DEFAULT_PRICE_MAXVARS 100
357#define SCIP_DEFAULT_PRICE_MAXVARSROOT 2000
358#define SCIP_DEFAULT_PRICE_DELVARS FALSE
360#define SCIP_DEFAULT_PRICE_DELVARSROOT FALSE
364#define SCIP_DEFAULT_DECOMP_BENDERSLABELS FALSE
365#define SCIP_DEFAULT_DECOMP_APPLYBENDERS FALSE
366#define SCIP_DEFAULT_DECOMP_MAXGRAPHEDGE 10000
367#define SCIP_DEFAULT_DECOMP_DISABLEMEASURES FALSE
370#define SCIP_DEFAULT_BENDERS_SOLTOL 1e-6
371#define SCIP_DEFAULT_BENDERS_CUTLPSOL TRUE
372#define SCIP_DEFAULT_BENDERS_COPYBENDERS TRUE
376#define SCIP_DEFAULT_REOPT_OBJSIMSOL -1.0
378#define SCIP_DEFAULT_REOPT_OBJSIMROOTLP 0.8
379#define SCIP_DEFAULT_REOPT_OBJSIMDELAY -1.0
381#define SCIP_DEFAULT_REOPT_VARORDERINTERDICTION 'd'
385#define SCIP_DEFAULT_REOPT_MAXSAVEDNODES INT_MAX
386#define SCIP_DEFAULT_REOPT_MAXDIFFOFNODES INT_MAX
388#define SCIP_DEFAULT_REOPT_FORCEHEURRESTART 3
391#define SCIP_DEFAULT_REOPT_SAVESOLS INT_MAX
392#define SCIP_DEFAULT_REOPT_SOLVELP 1
393#define SCIP_DEFAULT_REOPT_SOLVELPDIFF 1
394#define SCIP_DEFAULT_REOPT_ENABLE FALSE
395#define SCIP_DEFAULT_REOPT_SEPAGLBINFSUBTREES TRUE
396#define SCIP_DEFAULT_REOPT_SEPABESTSOL FALSE
399#define SCIP_DEFAULT_REOPT_STOREVARHISTOTY FALSE
402#define SCIP_DEFAULT_REOPT_USEPSCOST FALSE
403#define SCIP_DEFAULT_REOPT_COMMONTIMELIMIT FALSE
404#define SCIP_DEFAULT_REOPT_SHRINKINNER TRUE
407#define SCIP_DEFAULT_REOPT_STRONGBRANCHINIT TRUE
410#define SCIP_DEFAULT_REOPT_REDUCETOFRONTIER TRUE
411#define SCIP_DEFAULT_REOPT_SAVECONSPROP FALSE
412#define SCIP_DEFAULT_REOPT_USESPLITCONS TRUE
415#define SCIP_DEFAULT_REOPT_USECUTS FALSE
416#define SCIP_DEFAULT_REOPT_MAXCUTAGE 0
420#define SCIP_DEFAULT_PROP_MAXROUNDS 100
421#define SCIP_DEFAULT_PROP_MAXROUNDSROOT 1000
422#define SCIP_DEFAULT_PROP_ABORTONCUTOFF TRUE
428#define SCIP_DEFAULT_SEPA_MAXBOUNDDIST 1.0
431#define SCIP_DEFAULT_SEPA_MAXLOCALBOUNDDIST 0.0
434#define SCIP_DEFAULT_SEPA_MAXCOEFRATIO 1e+4
435#define SCIP_DEFAULT_SEPA_MAXCOEFRATIOFACROWPREP 10.0
436#define SCIP_DEFAULT_SEPA_MINEFFICACY 1e-4
437#define SCIP_DEFAULT_SEPA_MINEFFICACYROOT 1e-4
438#define SCIP_DEFAULT_SEPA_ORTHOFUNC 'e'
439#define SCIP_DEFAULT_SEPA_EFFICACYNORM 'e'
441#define SCIP_DEFAULT_SEPA_CUTSELRESTART 'a'
442#define SCIP_DEFAULT_SEPA_CUTSELSUBSCIP 'a'
443#define SCIP_DEFAULT_SEPA_FILTERCUTPOOLREL FALSE
444#define SCIP_DEFAULT_SEPA_MAXRUNS -1
445#define SCIP_DEFAULT_SEPA_MAXROUNDS -1
446#define SCIP_DEFAULT_SEPA_MAXROUNDSROOT -1
447#define SCIP_DEFAULT_SEPA_MAXROUNDSROOTSUBRUN -1
448#define SCIP_DEFAULT_SEPA_MAXADDROUNDS 1
450#define SCIP_DEFAULT_SEPA_MAXSTALLROUNDSROOT 10
452#define SCIP_DEFAULT_SEPA_MAXSTALLROUNDS 1
454#define SCIP_DEFAULT_SEPA_MAXCUTSGENFACTOR 2.0
455#define SCIP_DEFAULT_SEPA_MAXCUTSROOTGENFACTOR 2.0
456#define SCIP_DEFAULT_SEPA_MAXCUTS 100
457#define SCIP_DEFAULT_SEPA_MAXCUTSROOT 2000
458#define SCIP_DEFAULT_SEPA_CUTAGELIMIT 80
460#define SCIP_DEFAULT_SEPA_POOLFREQ 10
461#define SCIP_DEFAULT_SEPA_MINACTIVITYQUOT 0.8
465#define SCIP_DEFAULT_PARALLEL_MODE 1
467#define SCIP_DEFAULT_PARALLEL_MINNTHREADS 1
468#define SCIP_DEFAULT_PARALLEL_MAXNTHREADS 8
471#define SCIP_DEFAULT_CONCURRENT_CHANGESEEDS TRUE
472#define SCIP_DEFAULT_CONCURRENT_CHANGECHILDSEL TRUE
473#define SCIP_DEFAULT_CONCURRENT_COMMVARBNDS TRUE
474#define SCIP_DEFAULT_CONCURRENT_PRESOLVEBEFORE TRUE
475#define SCIP_DEFAULT_CONCURRENT_INITSEED 5131912
476#define SCIP_DEFAULT_CONCURRENT_FREQINIT 10.0
478#define SCIP_DEFAULT_CONCURRENT_FREQMAX 10.0
480#define SCIP_DEFAULT_CONCURRENT_FREQFACTOR 1.5
481#define SCIP_DEFAULT_CONCURRENT_TARGETPROGRESS 0.001
483#define SCIP_DEFAULT_CONCURRENT_MAXNSOLS 3
484#define SCIP_DEFAULT_CONCURRENT_MAXNSYNCDELAY 7
485#define SCIP_DEFAULT_CONCURRENT_MINSYNCDELAY 10.0
486#define SCIP_DEFAULT_CONCURRENT_NBESTSOLS 10
487#define SCIP_DEFAULT_CONCURRENT_PARAMSETPREFIX ""
492#define SCIP_DEFAULT_TIME_CLOCKTYPE SCIP_CLOCKTYPE_WALL
493#define SCIP_DEFAULT_TIME_ENABLED TRUE
494#define SCIP_DEFAULT_TIME_READING FALSE
495#define SCIP_DEFAULT_TIME_RARECLOCKCHECK FALSE
496#define SCIP_DEFAULT_TIME_STATISTICTIMING TRUE
497#define SCIP_DEFAULT_TIME_NLPIEVAL FALSE
502#define SCIP_DEFAULT_VISUAL_VBCFILENAME "-"
503#define SCIP_DEFAULT_VISUAL_BAKFILENAME "-"
504#define SCIP_DEFAULT_VISUAL_REALTIME TRUE
505#define SCIP_DEFAULT_VISUAL_DISPSOLS FALSE
506#define SCIP_DEFAULT_VISUAL_DISPLB FALSE
507#define SCIP_DEFAULT_VISUAL_OBJEXTERN TRUE
512#define SCIP_DEFAULT_READ_INITIALCONSS TRUE
513#define SCIP_DEFAULT_READ_DYNAMICCONSS TRUE
514#define SCIP_DEFAULT_READ_DYNAMICCOLS FALSE
515#define SCIP_DEFAULT_READ_DYNAMICROWS FALSE
516#define SCIP_DEFAULT_WRITE_GENNAMES_OFFSET 0
523#define SCIP_DEFAULT_WRITE_ALLCONSS FALSE
524#define SCIP_DEFAULT_PRINTZEROS FALSE
645 SCIPerrorMessage(
"The infinity value of the LP solver has to be at least as large as the one of SCIP.\n");
730 SCIPerrorMessage(
"Cannot turn on symmetry handling during (pre)solving or change method.\n");
747 if(
set->reopt_enable )
807 for(
i =
set->nreaders - 1;
i >= 0; --
i )
810 for(
i =
set->npricers - 1;
i >= 0; --
i )
813 for(
i =
set->nconshdlrs - 1;
i >= 0; --
i )
816 for(
i =
set->nconflicthdlrs - 1;
i >= 0; --
i )
819 for(
i =
set->npresols - 1;
i >= 0; --
i )
822 for(
i =
set->nrelaxs - 1;
i >= 0; --
i )
825 for(
i =
set->nsepas - 1;
i >= 0; --
i )
828 for(
i =
set->nprops - 1;
i >= 0; --
i )
831 for(
i =
set->nheurs - 1;
i >= 0; --
i )
834 for(
i =
set->neventhdlrs - 1;
i >= 0; --
i )
837 for(
i =
set->nnodesels - 1;
i >= 0; --
i )
840 for (
i =
set->ncutsels - 1;
i >= 0; --
i )
843 for(
i =
set->nbranchrules - 1;
i >= 0; --
i )
1116 (*set)->scip =
scip;
1122 (*set)->readers =
NULL;
1123 (*set)->nreaders = 0;
1124 (*set)->readerssize = 0;
1125 (*set)->pricers =
NULL;
1126 (*set)->npricers = 0;
1127 (*set)->nactivepricers = 0;
1128 (*set)->pricerssize = 0;
1129 (*set)->pricerssorted =
FALSE;
1130 (*set)->pricersnamesorted =
FALSE;
1131 (*set)->conshdlrs =
NULL;
1132 (*set)->conshdlrs_sepa =
NULL;
1133 (*set)->conshdlrs_enfo =
NULL;
1134 (*set)->conshdlrs_include =
NULL;
1135 (*set)->nconshdlrs = 0;
1136 (*set)->conshdlrssize = 0;
1137 (*set)->conflicthdlrs =
NULL;
1138 (*set)->nconflicthdlrs = 0;
1139 (*set)->conflicthdlrssize = 0;
1140 (*set)->conflicthdlrssorted =
FALSE;
1141 (*set)->conflicthdlrsnamesorted =
FALSE;
1142 (*set)->benders =
NULL;
1143 (*set)->nbenders = 0;
1144 (*set)->nactivebenders = 0;
1145 (*set)->benderssize = 0;
1146 (*set)->benderssorted =
FALSE;
1147 (*set)->bendersnamesorted =
FALSE;
1149 (*set)->debugsoldata =
NULL;
1152 (*set)->presols =
NULL;
1153 (*set)->npresols = 0;
1154 (*set)->presolssize = 0;
1155 (*set)->presolssorted =
FALSE;
1156 (*set)->presolsnamesorted =
FALSE;
1157 (*set)->relaxs =
NULL;
1158 (*set)->nrelaxs = 0;
1159 (*set)->relaxssize = 0;
1160 (*set)->relaxssorted =
FALSE;
1161 (*set)->relaxsnamesorted =
FALSE;
1162 (*set)->sepas =
NULL;
1164 (*set)->sepassize = 0;
1165 (*set)->sepassorted =
FALSE;
1166 (*set)->sepasnamesorted =
FALSE;
1167 (*set)->props =
NULL;
1168 (*set)->props_presol =
NULL;
1170 (*set)->propssize = 0;
1171 (*set)->propssorted =
FALSE;
1172 (*set)->propspresolsorted =
FALSE;
1173 (*set)->propsnamesorted =
FALSE;
1174 (*set)->concsolvertypes =
NULL;
1175 (*set)->nconcsolvertypes = 0;
1176 (*set)->concsolvertypessize = 0;
1177 (*set)->concsolvers =
NULL;
1178 (*set)->nconcsolvers = 0;
1179 (*set)->concsolverssize = 0;
1180 (*set)->concurrent_paramsetprefix =
NULL;
1181 (*set)->cutsels =
NULL;
1182 (*set)->ncutsels = 0;
1183 (*set)->cutselssize = 0;
1184 (*set)->cutselssorted =
FALSE;
1185 (*set)->heurs =
NULL;
1187 (*set)->heurssize = 0;
1188 (*set)->heurssorted =
FALSE;
1189 (*set)->heursnamesorted =
FALSE;
1190 (*set)->comprs =
NULL;
1191 (*set)->ncomprs = 0;
1192 (*set)->comprssize = 0;
1193 (*set)->comprssorted =
FALSE;
1194 (*set)->comprsnamesorted =
FALSE;
1195 (*set)->eventhdlrs =
NULL;
1196 (*set)->neventhdlrs = 0;
1197 (*set)->eventhdlrssize = 0;
1198 (*set)->nodesels =
NULL;
1199 (*set)->nnodesels = 0;
1200 (*set)->nodeselssize = 0;
1201 (*set)->nodesel =
NULL;
1202 (*set)->branchrules =
NULL;
1203 (*set)->nbranchrules = 0;
1204 (*set)->branchrulessize = 0;
1205 (*set)->branchrulessorted =
FALSE;
1206 (*set)->branchrulesnamesorted =
FALSE;
1207 (*set)->banditvtables =
NULL;
1208 (*set)->banditvtablessize = 0;
1209 (*set)->nbanditvtables = 0;
1210 (*set)->disps =
NULL;
1212 (*set)->dispssize = 0;
1213 (*set)->tables =
NULL;
1214 (*set)->ntables = 0;
1215 (*set)->tablessize = 0;
1216 (*set)->tablessorted =
FALSE;
1217 (*set)->dialogs =
NULL;
1218 (*set)->ndialogs = 0;
1219 (*set)->dialogssize = 0;
1220 (*set)->exprhdlrs =
NULL;
1221 (*set)->exprhdlrvar =
NULL;
1222 (*set)->exprhdlrval =
NULL;
1223 (*set)->exprhdlrsum =
NULL;
1224 (*set)->exprhdlrproduct =
NULL;
1225 (*set)->exprhdlrpow =
NULL;
1226 (*set)->nexprhdlrs = 0;
1227 (*set)->exprhdlrssize = 0;
1228 (*set)->exprhdlrssorted =
FALSE;
1229 (*set)->nlpis =
NULL;
1231 (*set)->nlpissize = 0;
1232 (*set)->nlpissorted =
FALSE;
1233 (*set)->limitchanged =
FALSE;
1234 (*set)->subscipsoff =
FALSE;
1235 (*set)->extcodenames =
NULL;
1236 (*set)->extcodedescs =
NULL;
1237 (*set)->nextcodes = 0;
1238 (*set)->extcodessize = 0;
1239 (*set)->visual_vbcfilename =
NULL;
1240 (*set)->visual_bakfilename =
NULL;
1241 (*set)->nlp_solver =
NULL;
1242 (*set)->nlp_disable =
FALSE;
1244 (*set)->misc_debugsol =
NULL;
1247 (*set)->istimelimitfinite =
FALSE;
1251 "branching/scorefunc",
1252 "branching score function ('s'um, 'p'roduct, 'q'uotient)",
1256 "branching/scorefac",
1257 "branching score factor to weigh downward and upward gain prediction in sum score function",
1261 "branching/preferbinary",
1262 "should branching on binary variables be preferred?",
1267 "minimal relative distance of branching point to bounds when branching on a continuous variable",
1271 "branching/midpull",
1272 "fraction by which to move branching point of a continuous variable towards the middle of the domain; a value of 1.0 leads to branching always in the middle of the domain",
1276 "branching/midpullreldomtrig",
1277 "multiply midpull by relative domain width if the latter is below this value",
1281 "branching/lpgainnormalize",
1282 "strategy for normalization of LP gain when updating pseudocosts of continuous variables (divide by movement of 'l'p value, reduction in 'd'omain width, or reduction in domain width of 's'ibling)",
1286 "branching/delaypscostupdate",
1287 "should updating pseudo costs for continuous variables be delayed to the time after separation?",
1291 "branching/divingpscost",
1292 "should pseudo costs be updated also in diving and probing mode?",
1296 "branching/forceallchildren",
1297 "should all strong branching children be regarded even if one is detected to be infeasible? (only with propagation)",
1301 "branching/firstsbchild",
1302 "child node to be regarded first during strong branching (only with propagation): 'u'p child, 'd'own child, 'h'istory-based, or 'a'utomatic",
1306 "branching/checksol",
1307 "should LP solutions during strong branching with propagation be checked for feasibility?",
1311 "branching/roundsbsol",
1312 "should LP solutions during strong branching with propagation be rounded? (only when checksbsol=TRUE)",
1316 "branching/sumadjustscore",
1317 "score adjustment near zero by adding epsilon (TRUE) or using maximum (FALSE)",
1323 "compression/enable",
1324 "should automatic tree compression after the presolving be enabled?",
1331 "should conflict analysis be enabled?",
1335 "conflict/cleanboundexceedings",
1336 "should conflicts based on an old cutoff bound be removed from the conflict pool after improving the primal bound?",
1340 "conflict/uselocalrows",
1341 "use local rows to construct infeasibility proofs",
1346 "should propagation conflict analysis be used?",
1350 "conflict/useinflp",
1351 "should infeasible LP conflict analysis be used? ('o'ff, 'c'onflict graph, 'd'ual ray, 'b'oth conflict graph and dual ray)",
1355 "conflict/useboundlp",
1356 "should bound exceeding LP conflict analysis be used? ('o'ff, 'c'onflict graph, 'd'ual ray, 'b'oth conflict graph and dual ray)",
1361 "should infeasible/bound exceeding strong branching conflict analysis be used?",
1365 "conflict/usepseudo",
1366 "should pseudo solution conflict analysis be used?",
1370 "conflict/maxvarsfac",
1371 "maximal fraction of variables involved in a conflict constraint",
1375 "conflict/minmaxvars",
1376 "minimal absolute maximum of variables involved in a conflict constraint",
1380 "conflict/maxlploops",
1381 "maximal number of LP resolving loops during conflict analysis (-1: no limit)",
1385 "conflict/lpiterations",
1386 "maximal number of LP iterations in each LP resolving loop (-1: no limit)",
1390 "conflict/fuiplevels",
1391 "number of depth levels up to which first UIP's are used in conflict analysis (-1: use All-FirstUIP rule)",
1395 "conflict/interconss",
1396 "maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)",
1400 "conflict/reconvlevels",
1401 "number of depth levels up to which UIP reconvergence constraints are generated (-1: generate reconvergence constraints in all depth levels)",
1405 "conflict/maxconss",
1406 "maximal number of conflict constraints accepted at an infeasible node (-1: use all generated conflict constraints)",
1410 "conflict/maxstoresize",
1411 "maximal size of conflict store (-1: auto, 0: disable storage)",
1415 "conflict/preferbinary",
1416 "should binary conflicts be preferred?",
1420 "conflict/prefinfproof",
1421 "prefer infeasibility proof to boundexceeding proof",
1425 "conflict/allowlocal",
1426 "should conflict constraints be generated that are only valid locally?",
1430 "conflict/settlelocal",
1431 "should conflict constraints be attached only to the local subtree where they can be useful?",
1435 "conflict/repropagate",
1436 "should earlier nodes be repropagated in order to replace branching decisions by deductions?",
1440 "conflict/keepreprop",
1441 "should constraints be kept for repropagation even if they are too long?",
1445 "conflict/separate",
1446 "should the conflict constraints be separated?",
1451 "should the conflict constraints be subject to aging?",
1455 "conflict/removable",
1456 "should the conflict's relaxations be subject to LP aging and cleanup?",
1460 "conflict/graph/depthscorefac",
1461 "score factor for depth level in bound relaxation heuristic",
1465 "conflict/proofscorefac",
1466 "score factor for impact on acticity in bound relaxation heuristic",
1470 "conflict/uplockscorefac",
1471 "score factor for up locks in bound relaxation heuristic",
1475 "conflict/downlockscorefac",
1476 "score factor for down locks in bound relaxation heuristic",
1480 "conflict/scorefac",
1481 "factor to decrease importance of variables' earlier conflict scores",
1485 "conflict/restartnum",
1486 "number of successful conflict analysis calls that trigger a restart (0: disable conflict restarts)",
1490 "conflict/restartfac",
1491 "factor to increase restartnum with after each restart",
1495 "conflict/ignorerelaxedbd",
1496 "should relaxed bounds be ignored?",
1500 "conflict/maxvarsdetectimpliedbounds",
1501 "maximal number of variables to try to detect global bound implications and shorten the whole conflict set (0: disabled)",
1505 "conflict/fullshortenconflict",
1506 "try to shorten the whole conflict set or terminate early (depending on the 'maxvarsdetectimpliedbounds' parameter)",
1510 "conflict/conflictweight",
1511 "the weight the VSIDS score is weight by updating the VSIDS for a variable if it is part of a conflict",
1515 "conflict/conflictgraphweight",
1516 "the weight the VSIDS score is weight by updating the VSIDS for a variable if it is part of a conflict graph",
1520 "conflict/minimprove",
1521 "minimal improvement of primal bound to remove conflicts based on a previous incumbent",
1524 "conflict/weightsize",
1525 "weight of the size of a conflict used in score calculation",
1528 "conflict/weightrepropdepth",
1529 "weight of the repropagation depth of a conflict used in score calculation",
1532 "conflict/weightvaliddepth",
1533 "weight of the valid depth of a conflict used in score calculation",
1536 "conflict/sepaaltproofs",
1537 "apply cut generating functions to construct alternative proofs",
1543 "constraints/agelimit",
1544 "maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)",
1548 "constraints/obsoleteage",
1549 "age of a constraint after which it is marked obsolete (0: dynamic, -1 do not mark constraints obsolete)",
1553 "constraints/disableenfops",
1554 "should enforcement of pseudo solution be disabled?",
1561 "display/verblevel",
1562 "verbosity level of output",
1568 "maximal number of characters in a node information line",
1573 "frequency for displaying node information lines",
1577 "display/headerfreq",
1578 "frequency for displaying header lines (every n'th node information line)",
1583 "should the LP solver display status messages?",
1588 "display all violations for a given start solution / the best solution after the solving process?",
1592 "display/relevantstats",
1593 "should the relevant statistics be displayed at the end of solving?",
1599 "heuristics/useuctsubscip",
1600 "should setting of common subscip parameters include the activation of the UCT node selector?",
1605 "history/valuebased",
1606 "should statistics be collected for variable domain value pairs?",
1610 "history/allowmerge",
1611 "should variable histories be merged from sub-SCIPs whenever possible?",
1615 "history/allowtransfer",
1616 "should variable histories be transferred to initialize SCIP copies?",
1623 "maximal time in seconds to run",
1628 "maximal number of nodes to process (-1: no limit)",
1632 "limits/totalnodes",
1633 "maximal number of total nodes (incl. restarts) to process (-1: no limit)",
1637 "limits/stallnodes",
1638 "solving stops, if the given number of nodes was processed since the last improvement of the primal solution value (-1: no limit)",
1643 "maximal memory usage in MB; reported memory usage is lower than real memory usage!",
1648 "solving stops, if the relative gap = |primal - dual|/MIN(|dual|,|primal|) is below the given value, the gap is 'Infinity', if primal and dual bound have opposite signs",
1653 "solving stops, if the absolute gap = |primalbound - dualbound| is below the given value",
1657 "limits/objectivestop",
1658 "solving stops, if solution is found that is at least as good as given value",
1663 "solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)",
1668 "solving stops, if the given number of solution improvements were found (-1: no limit)",
1673 "maximal number of solutions to store in the solution storage",
1677 "limits/maxorigsol",
1678 "maximal number of solutions candidates to store in the solution storage of the original problem",
1683 "solving stops, if the given number of restarts was triggered (-1: no limit)",
1688 "limits/autorestartnodes",
1689 "if solve exceeds this number of nodes for the first time, an automatic restart is triggered (-1: no automatic restart)",
1696 "frequency for solving LP at the nodes (-1: never; 0: only root LP)",
1701 "iteration limit for each single LP solve (-1: no limit)",
1706 "iteration limit for initial root LP solve (-1: no limit)",
1711 "maximal depth for solving LP at the nodes (-1: no depth limit)",
1716 "LP algorithm for solving initial LP relaxations (automatic 's'implex, 'p'rimal simplex, 'd'ual simplex, 'b'arrier, barrier with 'c'rossover)",
1720 "lp/resolvealgorithm",
1721 "LP algorithm for resolving LP relaxations if a starting basis exists (automatic 's'implex, 'p'rimal simplex, 'd'ual simplex, 'b'arrier, barrier with 'c'rossover)",
1726 "LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)",
1730 "lp/clearinitialprobinglp",
1731 "should lp state be cleared at the end of probing mode when lp was initially unsolved, e.g., when called right after presolving?",
1735 "lp/resolverestore",
1736 "should the LP be resolved to restore the state at start of diving (if FALSE we buffer the solution values)?",
1740 "lp/freesolvalbuffers",
1741 "should the buffers for storing LP solution values during diving be freed at end of diving?",
1746 "maximum age a dynamic column can reach before it is deleted from the LP (-1: don't delete columns due to aging)",
1751 "maximum age a dynamic row can reach before it is deleted from the LP (-1: don't delete rows due to aging)",
1756 "should new non-basic columns be removed after LP solving?",
1760 "lp/cleanupcolsroot",
1761 "should new non-basic columns be removed after root LP solving?",
1766 "should new basic rows be removed after LP solving?",
1770 "lp/cleanuprowsroot",
1771 "should new basic rows be removed after root LP solving?",
1775 "lp/checkstability",
1776 "should LP solver's return status be checked for stability?",
1780 "lp/conditionlimit",
1781 "maximum condition number of LP basis counted as stable (-1.0: no limit)",
1786 "minimal Markowitz threshold to control sparsity/stability in LU factorization",
1791 "should LP solutions be checked for primal feasibility, resolving LP when numerical troubles occur?",
1796 "should LP solutions be checked for dual feasibility, resolving LP when numerical troubles occur?",
1801 "should infeasibility proofs from the LP be checked?",
1806 "which FASTMIP setting of LP solver should be used? 0: off, 1: low",
1811 "LP scaling (0: none, 1: normal, 2: aggressive)",
1816 "should presolving of LP solver be used?",
1821 "should the lexicographic dual algorithm be used?",
1825 "lp/lexdualrootonly",
1826 "should the lexicographic dual algorithm be applied only at the root node",
1830 "lp/lexdualmaxrounds",
1831 "maximum number of rounds in the lexicographic dual algorithm (-1: unbounded)",
1836 "choose fractional basic variables in lexicographic dual algorithm?",
1840 "lp/lexdualstalling",
1841 "turn on the lex dual algorithm only when stalling?",
1846 "disable the cutoff bound in the LP solver? (0: enabled, 1: disabled, 2: auto)",
1851 "simplex algorithm shall use row representation of the basis if number of rows divided by number of columns exceeds this value (-1.0 to disable row representation)",
1856 "number of threads used for solving the LP (0: automatic)",
1860 "lp/resolveiterfac",
1861 "factor of average LP iterations that is used as LP iteration limit for LP resolve (-1: unlimited)",
1865 "lp/resolveitermin",
1866 "minimum number of iterations that are allowed for LP resolve",
1871 "lp/solutionpolishing",
1872 "LP solution polishing method (0: disabled, 1: only root, 2: always, 3: auto)",
1877 "lp/refactorinterval",
1878 "LP refactorization interval (0: auto)",
1882 "lp/alwaysgetduals",
1883 "should the Farkas duals always be collected when an LP is found to be infeasible?",
1890 "solver to use for solving NLPs; leave empty to select NLPI with highest priority",
1895 "should the NLP relaxation be always disabled (also for NLPs/MINLPs)?",
1902 "fraction of maximal memory usage resulting in switch to memory saving mode",
1906 "memory/arraygrowfac",
1907 "memory growing factor for dynamically allocated arrays",
1911 "memory/arraygrowinit",
1912 "initial size of dynamically allocated arrays",
1916 "memory/treegrowfac",
1917 "memory growing factor for tree array",
1921 "memory/treegrowinit",
1922 "initial size of tree array",
1926 "memory/pathgrowfac",
1927 "memory growing factor for path array",
1931 "memory/pathgrowinit",
1932 "initial size of path array",
1939 "should the CTRL-C interrupt be caught by SCIP?",
1944 "should a hashtable be used to map from variable names to variables?",
1948 "misc/useconstable",
1949 "should a hashtable be used to map from constraint names to constraints?",
1953 "misc/usesmalltables",
1954 "should smaller hashtables be used? yields better performance for small problems with about 100 variables",
1960 "should the problem be solved exactly (with proven dual bounds)?",
1969 "should the statistics be reset if the transformed problem is freed (in case of a Benders' decomposition this parameter should be set to FALSE)",
1974 "misc/improvingsols",
1975 "should only solutions be checked which improve the primal bound",
1980 "should the reason be printed if a given start solution is infeasible",
1984 "misc/estimexternmem",
1985 "should the usage of external memory be estimated?",
1990 "try to avoid running into memory limit by restricting plugins like heuristics?",
1994 "misc/transorigsols",
1995 "should SCIP try to transfer original solutions to the transformed space (after presolving)?",
1999 "misc/transsolsorig",
2000 "should SCIP try to transfer transformed solutions to the original space (after solving)?",
2004 "misc/calcintegral",
2005 "should SCIP calculate the primal dual integral value?",
2009 "misc/finitesolutionstore",
2010 "should SCIP try to remove infinite fixings from solutions copied to the solution store?",
2014 "misc/outputorigsol",
2015 "should the best solution be transformed to the orignal space and be output in command line run?",
2019 "misc/allowstrongdualreds",
2020 "should strong dual reductions be allowed in propagation and presolving?",
2024 "misc/allowweakdualreds",
2025 "should weak dual reductions be allowed in propagation and presolving?",
2030 "should the objective function be scaled so that it is always integer?",
2034 "misc/showdivingstats",
2035 "should detailed statistics for diving heuristics be shown?",
2040 "misc/referencevalue",
2041 "objective value for reference purposes",
2045#ifdef WITH_DEBUG_SOLUTION
2048 "path to a debug solution",
2055 "bitset describing used symmetry handling technique: " \
2057 "1: constraint-based (orbitopes and/or symresacks); " \
2058 "2: orbital fixing; " \
2059 "3: orbitopes and orbital fixing; " \
2060 "4: Schreier Sims cuts; " \
2061 "5: Schreier Sims cuts and orbitopes; " \
2062 "6: Schreier Sims cuts and orbital fixing; " \
2063 "7: Schreier Sims cuts, orbitopes, and orbital fixing) " \
2064 "See type_symmetry.h.",
2070 "randomization/randomseedshift",
2071 "global shift of all random seeds in the plugins and the LP random seed",
2076 "randomization/permutationseed",
2077 "seed value for permuting the problem after reading/transformation (0: no permutation)",
2082 "randomization/permuteconss",
2083 "should order of constraints be permuted (depends on permutationseed)?",
2088 "randomization/permutevars",
2089 "should order of variables be permuted (depends on permutationseed)?",
2094 "randomization/lpseed",
2095 "random seed for LP solver, e.g. for perturbations in the simplex (0: LP default)",
2101 "nodeselection/childsel",
2102 "child selection rule ('d'own, 'u'p, 'p'seudo costs, 'i'nference, 'l'p value, 'r'oot LP value difference, 'h'ybrid inference/root LP value difference)",
2108 "numerics/infinity",
2109 "values larger than this are considered infinity",
2114 "absolute values smaller than this are considered zero",
2118 "numerics/sumepsilon",
2119 "absolute values of sums smaller than this are considered zero",
2124 "feasibility tolerance for constraints",
2128 "numerics/checkfeastolfac",
2129 "feasibility tolerance factor; for checking the feasibility of the best solution",
2133 "numerics/lpfeastolfactor",
2134 "factor w.r.t. primal feasibility tolerance that determines default (and maximal) primal feasibility tolerance of LP solver",
2138 "numerics/dualfeastol",
2139 "feasibility tolerance for reduced costs in LP solution",
2143 "numerics/barrierconvtol",
2144 "LP convergence tolerance used in barrier algorithm",
2148 "numerics/boundstreps",
2149 "minimal relative improve for strengthening bounds",
2153 "numerics/pseudocosteps",
2154 "minimal variable distance value to use for branching pseudo cost updates",
2158 "numerics/pseudocostdelta",
2159 "minimal objective distance value to use for branching pseudo cost updates",
2163 "numerics/recomputefac",
2164 "minimal decrease factor that causes the recomputation of a value (e.g., pseudo objective) instead of an update",
2169 "values larger than this are considered huge and should be handled separately (e.g., in activity computation)",
2175 "presolving/maxrounds",
2176 "maximal number of presolving rounds (-1: unlimited, 0: off)",
2180 "presolving/abortfac",
2181 "abort presolve, if at most this fraction of the problem was changed in last presolve round",
2185 "presolving/maxrestarts",
2186 "maximal number of restarts (-1: unlimited)",
2190 "presolving/restartfac",
2191 "fraction of integer variables that were fixed in the root node triggering a restart with preprocessing after root node evaluation",
2195 "presolving/clqtablefac",
2196 "limit on number of entries in clique table relative to number of problem nonzeros",
2200 "presolving/immrestartfac",
2201 "fraction of integer variables that were fixed in the root node triggering an immediate restart with preprocessing",
2205 "presolving/subrestartfac",
2206 "fraction of integer variables that were globally fixed during the solving process triggering a restart with preprocessing",
2210 "presolving/restartminred",
2211 "minimal fraction of integer variables removed after restart to allow for an additional restart",
2215 "presolving/donotmultaggr",
2216 "should multi-aggregation of variables be forbidden?",
2220 "presolving/donotaggr",
2221 "should aggregation of variables be forbidden?",
2228 "maximal number of variables priced in per pricing round",
2232 "pricing/maxvarsroot",
2233 "maximal number of priced variables at the root node",
2238 "pricing is aborted, if fac * pricing/maxvars pricing candidates were found",
2243 "should variables created at the current node be deleted when the node is solved in case they are not present in the LP anymore?",
2247 "pricing/delvarsroot",
2248 "should variables created at the root node be deleted when the root is solved in case they are not present in the LP anymore?",
2254 "decomposition/benderslabels",
2255 "should the variables be labelled for the application of Benders' decomposition?",
2259 "decomposition/applybenders",
2260 "if a decomposition exists, should Benders' decomposition be applied?",
2264 "decomposition/maxgraphedge",
2265 "maximum number of edges in block graph computation (-1: no limit, 0: disable block graph computation)",
2269 "decomposition/disablemeasures",
2270 "disable expensive measures",
2276 "benders/solutiontol",
2277 "the tolerance used for checking optimality in Benders' decomposition. tol where optimality is given by LB + tol > UB.",
2282 "should Benders' cuts be generated from the solution to the LP relaxation?",
2286 "benders/copybenders",
2287 "should Benders' decomposition be copied for use in sub-SCIPs?",
2293 "propagating/maxrounds",
2294 "maximal number of propagation rounds per node (-1: unlimited)",
2298 "propagating/maxroundsroot",
2299 "maximal number of propagation rounds in the root node (-1: unlimited)",
2303 "propagating/abortoncutoff",
2304 "should propagation be aborted immediately? setting this to FALSE could help conflict analysis to produce more conflict constraints",
2310 "reoptimization/enable",
2311 "should reoptimization used?",
2315 "reoptimization/maxsavednodes",
2316 "maximal number of saved nodes",
2320 "reoptimization/maxdiffofnodes",
2321 "maximal number of bound changes between two stored nodes on one path",
2325 "reoptimization/globalcons/sepainfsubtrees",
2326 "save global constraints to separate infeasible subtrees.",
2330 "reoptimization/sepabestsol",
2331 "separate the optimal solution, i.e., for constrained shortest path",
2335 "reoptimization/storevarhistory",
2336 "use variable history of the previous solve if the objctive function has changed only slightly",
2340 "reoptimization/usepscost",
2341 "re-use pseudo costs if the objective function changed only slightly ",
2345 "reoptimization/solvelp",
2346 "at which reopttype should the LP be solved? (1: transit, 3: strong branched, 4: w/ added logicor, 5: only leafs).",
2350 "reoptimization/solvelpdiff",
2351 "maximal number of bound changes at node to skip solving the LP",
2355 "reoptimization/savesols",
2356 "number of best solutions which should be saved for the following runs. (-1: save all)",
2360 "reoptimization/objsimrootLP",
2361 "similarity of two sequential objective function to disable solving the root LP.",
2365 "reoptimization/objsimsol",
2366 "similarity of two objective functions to re-use stored solutions",
2370 "reoptimization/delay",
2371 "minimum similarity for using reoptimization of the search tree.",
2375 "reoptimization/commontimelimit",
2376 "time limit over all reoptimization rounds?.",
2380 "reoptimization/shrinkinner",
2381 "replace branched inner nodes by their child nodes, if the number of bound changes is not to large",
2385 "reoptimization/strongbranchinginit",
2386 "try to fix variables at the root node before reoptimizing by probing like strong branching",
2390 "reoptimization/reducetofrontier",
2391 "delete stored nodes which were not reoptimized",
2395 "reoptimization/forceheurrestart",
2396 "force a restart if the last n optimal solutions were found by heuristic reoptsols",
2400 "reoptimization/saveconsprop",
2401 "save constraint propagations",
2405 "reoptimization/usesplitcons",
"use constraints to reconstruct the subtree pruned be dual reduction when reactivating the node",
2409 "reoptimization/varorderinterdiction",
"use 'd'efault, 'r'andom or a variable ordering based on 'i'nference score for interdiction branching used during reoptimization",
2413 "reoptimization/usecuts",
2414 "reoptimize cuts found at the root node",
2418 "reoptimization/maxcutage",
2419 "maximal age of a cut to be use for reoptimization",
2425 "separating/maxbounddist",
2426 "maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separation (0.0: only on current best node, 1.0: on all nodes)",
2430 "separating/maxlocalbounddist",
2431 "maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying local separation (0.0: only on current best node, 1.0: on all nodes)",
2435 "separating/maxcoefratio",
2436 "maximal ratio between coefficients in strongcg, cmir, and flowcover cuts",
2440 "separating/maxcoefratiofacrowprep",
2441 "maximal ratio between coefficients (as factor of 1/feastol) to ensure in rowprep cleanup",
2445 "separating/minefficacy",
2446 "minimal efficacy for a cut to enter the LP",
2450 "separating/minefficacyroot",
2451 "minimal efficacy for a cut to enter the LP in the root node",
2455 "separating/minactivityquot",
2456 "minimum cut activity quotient to convert cuts into constraints during a restart (0.0: all cuts are converted)",
2460 "separating/maxcutsgenfactor",
2461 "factor w.r.t. maxcuts for maximal number of cuts generated per separation round (-1.0: no limit, >= 0.0: valid finite limit)",
2465 "separating/maxcutsrootgenfactor",
2466 "factor w.r.t. maxcutsroot for maximal number of generated cuts per separation round at the root node "
2467 "(-1.0: no limit, >= 0.0: valid finite limit)",
2471 "separating/orthofunc",
2472 "function used for calc. scalar prod. in orthogonality test ('e'uclidean, 'd'iscrete)",
2476 "separating/efficacynorm",
2477 "row norm to use for efficacy calculation ('e'uclidean, 'm'aximum, 's'um, 'd'iscrete)",
2481 "separating/cutselrestart",
2482 "cut selection during restart ('a'ge, activity 'q'uotient)",
2486 "separating/cutselsubscip",
2487 "cut selection for sub SCIPs ('a'ge, activity 'q'uotient)",
2491 "separating/filtercutpoolrel",
2492 "should cutpool separate only cuts with high relative efficacy?",
2496 "separating/maxruns",
2497 "maximal number of runs for which separation is enabled (-1: unlimited)",
2501 "separating/maxrounds",
2502 "maximal number of separation rounds per node (-1: unlimited)",
2506 "separating/maxroundsroot",
2507 "maximal number of separation rounds in the root node (-1: unlimited)",
2511 "separating/maxroundsrootsubrun",
2512 "maximal number of separation rounds in the root node of a subsequent run (-1: unlimited)",
2516 "separating/maxaddrounds",
2517 "maximal additional number of separation rounds in subsequent price-and-cut loops (-1: no additional restriction)",
2521 "separating/maxstallrounds",
2522 "maximal number of consecutive separation rounds without objective or integrality improvement in local nodes (-1: no additional restriction)",
2526 "separating/maxstallroundsroot",
2527 "maximal number of consecutive separation rounds without objective or integrality improvement in the root node (-1: no additional restriction)",
2531 "separating/maxcuts",
2532 "maximal number of cuts separated per separation round (0: disable local separation)",
2536 "separating/maxcutsroot",
2537 "maximal number of separated cuts per separation round at the root node (0: disable root node separation)",
2541 "separating/cutagelimit",
2542 "maximum age a cut can reach before it is deleted from the global cut pool, or -1 to keep all cuts",
2546 "separating/poolfreq",
2547 "separation frequency for the global cut pool (-1: disable global cut pool, 0: only separate pool at the root)",
2554 "parallel optimisation mode, 0: opportunistic or 1: deterministic.",
2558 "parallel/minnthreads",
2559 "the minimum number of threads used during parallel solve",
2563 "parallel/maxnthreads",
2564 "the maximum number of threads used during parallel solve",
2570 "concurrent/changeseeds",
2571 "set different random seeds in each concurrent solver?",
2575 "concurrent/changechildsel",
2576 "use different child selection rules in each concurrent solver?",
2580 "concurrent/commvarbnds",
2581 "should the concurrent solvers communicate global variable bound changes?",
2585 "concurrent/presolvebefore",
2586 "should the problem be presolved before it is copied to the concurrent solvers?",
2590 "concurrent/initseed",
2591 "maximum number of solutions that will be shared in a one synchronization",
2595 "concurrent/sync/freqinit",
2596 "initial frequency of synchronization with other threads",
2600 "concurrent/sync/freqmax",
2601 "maximal frequency of synchronization with other threads",
2605 "concurrent/sync/freqfactor",
2606 "factor by which the frequency of synchronization is changed",
2610 "concurrent/sync/targetprogress",
2611 "when adapting the synchronization frequency this value is the targeted relative difference by which the absolute gap decreases per synchronization",
2615 "concurrent/sync/maxnsols",
2616 "maximum number of solutions that will be shared in a single synchronization",
2620 "concurrent/sync/maxnsyncdelay",
2621 "maximum number of synchronizations before reading is enforced regardless of delay",
2625 "concurrent/sync/minsyncdelay",
2626 "minimum delay before synchronization data is read",
2630 "concurrent/sync/nbestsols",
2631 "how many of the N best solutions should be considered for synchronization?",
2635 "concurrent/paramsetprefix",
2636 "path prefix for parameter setting files of concurrent solvers",
2644 "default clock type (1: CPU user seconds, 2: wall clock time)",
2649 "is timing enabled?",
2654 "belongs reading time to solving time?",
2658 "timing/rareclockcheck",
2659 "should clock checks of solving time be performed less frequently (note: time limit could be exceeded slightly)",
2663 "timing/statistictiming",
2664 "should timing for statistic output be performed?",
2669 "should time for evaluation in NLP solves be measured?",
2675 "visual/vbcfilename",
2676 "name of the VBC tool output file, or - if no VBC tool output should be created",
2680 "visual/bakfilename",
2681 "name of the BAK tool output file, or - if no BAK tool output should be created",
2686 "should the real solving time be used instead of a time step counter in visualization?",
2691 "should the node where solutions are found be visualized?",
2696 "should lower bound information be visualized?",
2701 "should be output the external value of the objective?",
2707 "reading/initialconss",
2708 "should model constraints be marked as initial?",
2712 "reading/dynamicconss",
2713 "should model constraints be subject to aging?",
2717 "reading/dynamiccols",
2718 "should columns be added and removed dynamically to the LP?",
2722 "reading/dynamicrows",
2723 "should rows be added and removed dynamically to the LP?",
2730 "should all constraints be written (including the redundant constraints)?",
2735 "should variables set to zero be printed?",
2739 "write/genericnamesoffset",
2740 "when writing a generic problem the index for the first variable should start with?",
2764 for(
i = 0;
i < (*set)->nreaders; ++
i )
2771 for(
i = 0;
i < (*set)->npricers; ++
i )
2778 for(
i = 0;
i < (*set)->nbenders; ++
i )
2785 for(
i = 0;
i < (*set)->nconshdlrs; ++
i )
2795 for(
i = 0;
i < (*set)->nconflicthdlrs; ++
i )
2802 for(
i = 0;
i < (*set)->npresols; ++
i )
2809 for(
i = 0;
i < (*set)->nrelaxs; ++
i )
2816 for(
i = 0;
i < (*set)->nsepas; ++
i )
2823 for(
i = 0;
i < (*set)->ncutsels; ++
i)
2830 for(
i = 0;
i < (*set)->nprops; ++
i )
2838 for(
i = 0;
i < (*set)->nheurs; ++
i )
2845 for(
i = 0;
i < (*set)->ncomprs; ++
i )
2852 for(
i = 0;
i < (*set)->neventhdlrs; ++
i )
2859 for(
i = 0;
i < (*set)->nnodesels; ++
i )
2866 for(
i = 0;
i < (*set)->nbranchrules; ++
i )
2873 for(
i = 0;
i < (*set)->ntables; ++
i )
2880 for(
i = 0;
i < (*set)->ndisps; ++
i )
2890 for(
i = 0;
i < (*set)->nexprhdlrs; ++
i )
2895 (*set)->exprhdlrvar =
NULL;
2896 (*set)->exprhdlrval =
NULL;
2897 (*set)->exprhdlrsum =
NULL;
2898 (*set)->exprhdlrproduct =
NULL;
2899 (*set)->exprhdlrpow =
NULL;
2902 for(
i = 0;
i < (*set)->nnlpis; ++
i )
2912 for(
i = 0;
i < (*set)->nconcsolvertypes; ++
i )
2919 for(
i = 0;
i < (*set)->nextcodes; ++
i )
2928 for(
i = 0;
i < (*set)->nbanditvtables; ++
i )
2959 SCIP_Bool* valueptr,
2960 SCIP_Bool isadvanced,
2961 SCIP_Bool defaultvalue,
2982 SCIP_Bool isadvanced,
2993 defaultvalue, minvalue, maxvalue,
paramchgd, paramdata) );
3005 SCIP_Longint* valueptr,
3006 SCIP_Bool isadvanced,
3007 SCIP_Longint defaultvalue,
3008 SCIP_Longint minvalue,
3009 SCIP_Longint maxvalue,
3017 defaultvalue, minvalue, maxvalue,
paramchgd, paramdata) );
3029 SCIP_Real* valueptr,
3030 SCIP_Bool isadvanced,
3031 SCIP_Real defaultvalue,
3041 defaultvalue, minvalue, maxvalue,
paramchgd, paramdata) );
3054 SCIP_Bool isadvanced,
3056 const char* allowedvalues,
3064 defaultvalue, allowedvalues,
paramchgd, paramdata) );
3077 SCIP_Bool isadvanced,
3078 const char* defaultvalue,
3252 SCIP_Bool defaultvalue
3486 const char* filename
3500 const char* filename,
3657 if(
set->nreaders >=
set->readerssize )
3681 for(
i = 0;
i <
set->nreaders; ++
i )
3684 return set->readers[
i];
3699 if(
set->npricers >=
set->pricerssize )
3724 for(
i = 0;
i <
set->npricers; ++
i )
3727 return set->pricers[
i];
3740 if( !
set->pricerssorted )
3755 if( !
set->pricersnamesorted )
3759 set->pricersnamesorted =
TRUE;
3772 if(
set->nbenders >=
set->benderssize )
3779 set->benders[
set->nbenders] = benders;
3797 for(
i = 0;
i <
set->nbenders; ++
i )
3800 return set->benders[
i];
3813 if( !
set->benderssorted )
3828 if( !
set->bendersnamesorted )
3832 set->bendersnamesorted =
TRUE;
3850 if(
set->nconshdlrs >=
set->conshdlrssize )
3864 set->conshdlrs[
i] =
set->conshdlrs[
i-1];
3866 set->conshdlrs[
i] = conshdlr;
3872 set->conshdlrs_sepa[
i] =
set->conshdlrs_sepa[
i-1];
3874 set->conshdlrs_sepa[
i] = conshdlr;
3880 set->conshdlrs_enfo[
i] =
set->conshdlrs_enfo[
i-1];
3882 set->conshdlrs_enfo[
i] = conshdlr;
3885 set->conshdlrs_include[
set->nconshdlrs] = conshdlr;
3934 set->conshdlrs_sepa[
i] =
set->conshdlrs_sepa[
i-1];
3941 i =
set->nconshdlrs - 1;
3963 set->conshdlrs_sepa[
i] =
set->conshdlrs_sepa[
i + 1];
3968 for(
i = 0;
i <
set->nconshdlrs - 1; ++
i )
3986 for(
i = 0;
i <
set->nconshdlrs; ++
i )
3989 return set->conshdlrs[
i];
4005 if(
set->nconflicthdlrs >=
set->conflicthdlrssize )
4013 set->nconflicthdlrs++;
4030 for(
i = 0;
i <
set->nconflicthdlrs; ++
i )
4033 return set->conflicthdlrs[
i];
4046 if( !
set->conflicthdlrssorted )
4049 set->conflicthdlrssorted =
TRUE;
4050 set->conflicthdlrsnamesorted =
FALSE;
4061 if( !
set->conflicthdlrsnamesorted )
4065 set->conflicthdlrsnamesorted =
TRUE;
4078 if(
set->npresols >=
set->presolssize )
4103 for(
i = 0;
i <
set->npresols; ++
i )
4106 return set->presols[
i];
4119 if( !
set->presolssorted )
4134 if( !
set->presolsnamesorted )
4138 set->presolsnamesorted =
TRUE;
4152 if(
set->nrelaxs >=
set->relaxssize )
4159 set->relaxs[
set->nrelaxs] = relax;
4177 for(
i = 0;
i <
set->nrelaxs; ++
i )
4180 return set->relaxs[
i];
4193 if( !
set->relaxssorted )
4208 if( !
set->relaxsnamesorted )
4226 if(
set->nsepas >=
set->sepassize )
4233 set->sepas[
set->nsepas] = sepa;
4251 for(
i = 0;
i <
set->nsepas; ++
i )
4254 return set->sepas[
i];
4267 if( !
set->sepassorted )
4282 if( !
set->sepasnamesorted )
4300 if(
set->ncutsels >=
set->cutselssize )
4325 for(
i = 0;
i <
set->ncutsels; ++
i )
4328 return set->cutsels[
i];
4341 if( !
set->cutselssorted )
4358 if(
set->nprops >=
set->propssize )
4366 set->props[
set->nprops] = prop;
4367 set->props_presol[
set->nprops] = prop;
4386 for(
i = 0;
i <
set->nprops; ++
i )
4389 return set->props[
i];
4402 if( !
set->propssorted )
4417 if( !
set->propspresolsorted )
4420 set->propspresolsorted =
TRUE;
4432 if( !
set->propsnamesorted )
4449 if(
set->nbanditvtables >=
set->banditvtablessize )
4474 for(
b = 0;
b <
set->nbanditvtables; ++
b )
4477 return set->banditvtables[
b];
4492 if(
set->nconcsolvertypes >=
set->concsolvertypessize )
4497 assert(
set->nconcsolvertypes <
set->concsolvertypessize);
4500 set->nconcsolvertypes++;
4516 for(
i = 0;
i <
set->nconcsolvertypes; ++
i )
4519 return set->concsolvertypes[
i];
4534 if(
set->nconcsolvers >=
set->concsolverssize )
4541 set->concsolvers[
set->nconcsolvers] = concsolver;
4544 set->nconcsolvers++;
4558 for(
i = 0;
i <
set->nconcsolvers; ++
i )
4564 set->nconcsolvers = 0;
4565 set->concsolverssize = 0;
4581 if(
set->nheurs >=
set->heurssize )
4588 set->heurs[
set->nheurs] = heur;
4606 for(
i = 0;
i <
set->nheurs; ++
i )
4609 return set->heurs[
i];
4622 if( !
set->heurssorted )
4637 if( !
set->heursnamesorted )
4655 if(
set->ncomprs >=
set->comprssize )
4680 for(
i = 0;
i <
set->ncomprs; ++
i )
4683 return set->comprs[
i];
4696 if( !
set->comprssorted )
4711 if( !
set->comprsnamesorted )
4729 if(
set->neventhdlrs >=
set->eventhdlrssize )
4736 set->eventhdlrs[
set->neventhdlrs] = eventhdlr;
4753 for(
i = 0;
i <
set->neventhdlrs; ++
i )
4756 return set->eventhdlrs[
i];
4775 if(
set->nnodesels >=
set->nodeselssize )
4785 set->nodesels[
i] =
set->nodesels[
i-1];
4787 set->nodesels[
i] = nodesel;
4804 for(
i = 0;
i <
set->nnodesels; ++
i )
4807 return set->nodesels[
i];
4823 if(
set->nodesel ==
NULL &&
set->nnodesels > 0 )
4827 set->nodesel =
set->nodesels[0];
4832 for(
i = 1;
i <
set->nnodesels; ++
i )
4835 set->nodesel =
set->nodesels[
i];
4840 for(
i = 1;
i <
set->nnodesels; ++
i )
4843 set->nodesel =
set->nodesels[
i];
4848 return set->nodesel;
4861 if(
set->nbranchrules >=
set->branchrulessize )
4869 set->nbranchrules++;
4886 for(
i = 0;
i <
set->nbranchrules; ++
i )
4889 return set->branchrules[
i];
4902 if( !
set->branchrulessorted )
4905 set->branchrulessorted =
TRUE;
4906 set->branchrulesnamesorted =
FALSE;
4917 if( !
set->branchrulesnamesorted )
4921 set->branchrulesnamesorted =
TRUE;
4938 if(
set->ndisps >=
set->dispssize )
4951 set->disps[
i] = disp;
4968 for(
i = 0;
i <
set->ndisps; ++
i )
4971 return set->disps[
i];
4987 if(
set->ntables >=
set->tablessize )
5013 for(
i = 0;
i <
set->ntables; ++
i )
5016 return set->tables[
i];
5031 if(
set->ndialogs >=
set->dialogssize )
5057 for(
i = 0;
i <
set->ndialogs; ++
i )
5075 if(
set->nexprhdlrs >=
set->exprhdlrssize )
5082 set->exprhdlrs[
set->nexprhdlrs] = exprhdlr;
5087 set->exprhdlrvar = exprhdlr;
5089 set->exprhdlrval = exprhdlr;
5091 set->exprhdlrsum = exprhdlr;
5093 set->exprhdlrproduct = exprhdlr;
5095 set->exprhdlrpow = exprhdlr;
5111 for(
i = 0;
i <
set->nexprhdlrs; ++
i )
5113 return set->exprhdlrs[
i];
5125 if( !
set->exprhdlrssorted )
5141 if(
set->nnlpis >=
set->nlpissize )
5148 set->nlpis[
set->nnlpis] = nlpi;
5166 for(
i = 0;
i <
set->nnlpis; ++
i )
5169 return set->nlpis[
i];
5182 if( !
set->nlpissorted )
5207 const char* description
5213 if(
set->nextcodes >=
set->extcodessize )
5222 if( description !=
NULL )
5248 for(
i = 0;
i <
set->nactivepricers; ++
i )
5255 for(
i = 0;
i <
set->nactivebenders; ++
i )
5261 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5267 for(
i = 0;
i <
set->nconflicthdlrs; ++
i )
5273 for(
i = 0;
i <
set->npresols; ++
i )
5279 for(
i = 0;
i <
set->nrelaxs; ++
i )
5285 for(
i = 0;
i <
set->nsepas; ++
i )
5291 for(
i = 0;
i <
set->ncutsels; ++
i )
5297 for(
i = 0;
i <
set->nprops; ++
i )
5303 for(
i = 0;
i <
set->nheurs; ++
i )
5309 for(
i = 0;
i <
set->ncomprs; ++
i )
5315 for(
i = 0;
i <
set->neventhdlrs; ++
i )
5321 for(
i = 0;
i <
set->nnodesels; ++
i )
5327 for(
i = 0;
i <
set->nbranchrules; ++
i )
5333 for(
i = 0;
i <
set->ndisps; ++
i )
5340 for(
i = 0;
i <
set->ntables; ++
i )
5346 for(
i = 0;
i <
set->nexprhdlrs; ++
i )
5350 for(
i = 0;
i <
set->nnlpis; ++
i )
5369 for(
i = 0;
i <
set->nactivepricers; ++
i )
5376 for(
i = 0;
i <
set->nactivebenders; ++
i )
5382 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5388 for(
i = 0;
i <
set->nconflicthdlrs; ++
i )
5394 for(
i = 0;
i <
set->npresols; ++
i )
5400 for(
i = 0;
i <
set->nrelaxs; ++
i )
5406 for(
i = 0;
i <
set->nsepas; ++
i )
5412 for(
i = 0;
i <
set->ncutsels; ++
i )
5418 for(
i = 0;
i <
set->nprops; ++
i )
5424 for(
i = 0;
i <
set->nheurs; ++
i )
5430 for(
i = 0;
i <
set->ncomprs; ++
i )
5436 for(
i = 0;
i <
set->neventhdlrs; ++
i )
5442 for(
i = 0;
i <
set->nnodesels; ++
i )
5448 for(
i = 0;
i <
set->nbranchrules; ++
i )
5454 for(
i = 0;
i <
set->ndisps; ++
i )
5460 for(
i = 0;
i <
set->ntables; ++
i )
5480 for(
i = 0;
i <
set->npresols; ++
i )
5486 for(
i = 0;
i <
set->nprops; ++
i )
5492 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5498 for(
i = 0;
i <
set->nactivebenders; ++
i )
5518 for(
i = 0;
i <
set->npresols; ++
i )
5524 for(
i = 0;
i <
set->nprops; ++
i )
5530 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5536 for(
i = 0;
i <
set->nactivebenders; ++
i )
5566 for(
i = 0;
i <
set->nactivepricers; ++
i )
5573 for(
i = 0;
i <
set->nactivebenders; ++
i )
5579 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5585 for(
i = 0;
i <
set->nconflicthdlrs; ++
i )
5591 for(
i = 0;
i <
set->nrelaxs; ++
i )
5597 for(
i = 0;
i <
set->nsepas; ++
i )
5603 for(
i =0;
i <
set->ncutsels; ++
i )
5609 for(
i = 0;
i <
set->nprops; ++
i )
5615 for(
i = 0;
i <
set->nheurs; ++
i )
5621 for(
i = 0;
i <
set->neventhdlrs; ++
i )
5627 for(
i = 0;
i <
set->nnodesels; ++
i )
5633 for(
i = 0;
i <
set->nbranchrules; ++
i )
5639 for(
i = 0;
i <
set->ndisps; ++
i )
5645 for(
i = 0;
i <
set->ntables; ++
i )
5667 for(
i = 0;
i <
set->nactivepricers; ++
i )
5674 for(
i = 0;
i <
set->nactivebenders; ++
i )
5680 for(
i = 0;
i <
set->nconshdlrs; ++
i )
5686 for(
i = 0;
i <
set->nconflicthdlrs; ++
i )
5692 for(
i = 0;
i <
set->nrelaxs; ++
i )
5698 for(
i = 0;
i <
set->nsepas; ++
i )
5704 for(
i = 0;
i <
set->ncutsels; ++
i )
5710 for(
i = 0;
i <
set->nprops; ++
i )
5716 for(
i = 0;
i <
set->nheurs; ++
i )
5722 for(
i = 0;
i <
set->neventhdlrs; ++
i )
5728 for(
i = 0;
i <
set->nnodesels; ++
i )
5734 for(
i = 0;
i <
set->nbranchrules; ++
i )
5740 for(
i = 0;
i <
set->ndisps; ++
i )
5746 for(
i = 0;
i <
set->ntables; ++
i )
5795 set->disp_verblevel = verblevel;
5809 set->num_feastol = feastol;
5824 SCIP_Real dualfeastol
5829 set->num_dualfeastol = dualfeastol;
5863 oldval =
set->num_relaxfeastol;
5888 return set->price_maxvarsroot;
5890 return set->price_maxvars;
5902 return set->sepa_maxcutsrootgenfactor;
5904 return set->sepa_maxcutsgenfactor;
5916 return set->sepa_maxcutsroot;
5918 return set->sepa_maxcuts;
5942 return set->misc_referencevalue;
5953 return set->debugsoldata;
5967#undef SCIPsetInfinity
5968#undef SCIPsetEpsilon
5969#undef SCIPsetSumepsilon
5970#undef SCIPsetFeastol
5971#undef SCIPsetDualfeastol
5972#undef SCIPsetBarrierconvtol
5973#undef SCIPsetPseudocosteps
5974#undef SCIPsetPseudocostdelta
5975#undef SCIPsetCutoffbounddelta
5976#undef SCIPsetLPFeastolFactor
5977#undef SCIPsetRelaxfeastol
5978#undef SCIPsetRecompfac
5984#undef SCIPsetIsInfinity
5986#undef SCIPsetIsPositive
5987#undef SCIPsetIsNegative
5988#undef SCIPsetIsIntegral
5989#undef SCIPsetIsScalingIntegral
5990#undef SCIPsetIsFracIntegral
5995#undef SCIPsetIsSumEQ
5996#undef SCIPsetIsSumLT
5997#undef SCIPsetIsSumLE
5998#undef SCIPsetIsSumGT
5999#undef SCIPsetIsSumGE
6000#undef SCIPsetIsSumZero
6001#undef SCIPsetIsSumPositive
6002#undef SCIPsetIsSumNegative
6003#undef SCIPsetSumFloor
6004#undef SCIPsetSumCeil
6005#undef SCIPsetSumRound
6006#undef SCIPsetSumFrac
6007#undef SCIPsetIsFeasEQ
6008#undef SCIPsetIsFeasLT
6009#undef SCIPsetIsFeasLE
6010#undef SCIPsetIsFeasGT
6011#undef SCIPsetIsFeasGE
6012#undef SCIPsetIsFeasZero
6013#undef SCIPsetIsFeasPositive
6014#undef SCIPsetIsFeasNegative
6015#undef SCIPsetIsFeasIntegral
6016#undef SCIPsetIsFeasFracIntegral
6017#undef SCIPsetFeasFloor
6018#undef SCIPsetFeasCeil
6019#undef SCIPsetFeasRound
6020#undef SCIPsetFeasFrac
6021#undef SCIPsetIsDualfeasEQ
6022#undef SCIPsetIsDualfeasLT
6023#undef SCIPsetIsDualfeasLE
6024#undef SCIPsetIsDualfeasGT
6025#undef SCIPsetIsDualfeasGE
6026#undef SCIPsetIsDualfeasZero
6027#undef SCIPsetIsDualfeasPositive
6028#undef SCIPsetIsDualfeasNegative
6029#undef SCIPsetIsDualfeasIntegral
6030#undef SCIPsetIsDualfeasFracIntegral
6031#undef SCIPsetDualfeasFloor
6032#undef SCIPsetDualfeasCeil
6033#undef SCIPsetDualfeasRound
6034#undef SCIPsetDualfeasFrac
6035#undef SCIPsetIsLbBetter
6036#undef SCIPsetIsUbBetter
6037#undef SCIPsetIsEfficacious
6038#undef SCIPsetIsRelEQ
6039#undef SCIPsetIsRelLT
6040#undef SCIPsetIsRelLE
6041#undef SCIPsetIsRelGT
6042#undef SCIPsetIsRelGE
6043#undef SCIPsetIsSumRelEQ
6044#undef SCIPsetIsSumRelLT
6045#undef SCIPsetIsSumRelLE
6046#undef SCIPsetIsSumRelGT
6047#undef SCIPsetIsSumRelGE
6048#undef SCIPsetIsUpdateUnreliable
6049#undef SCIPsetInitializeRandomSeed
6050#undef SCIPsetIsHugeValue
6051#undef SCIPsetGetHugeValue
6052#undef SCIPsetGetSubscipsOff
6061 return set->num_infinity;
6073 return set->num_hugeval;
6083 return set->num_epsilon;
6093 return set->num_sumepsilon;
6103 return set->num_feastol;
6113 return set->num_dualfeastol;
6121 return set->num_lpfeastolfactor;
6131 return set->num_barrierconvtol;
6141 return set->num_pseudocosteps;
6151 return set->num_pseudocostdelta;
6165 return MIN(100.0 * feastol, 0.0001);
6175 return set->num_relaxfeastol;
6186 return set->num_recompfac;
6197 return (val >=
set->num_infinity);
6208 return (val >=
set->num_hugeval);
6309 return EPSZ(val,
set->num_epsilon);
6320 return EPSP(val,
set->num_epsilon);
6331 return EPSN(val,
set->num_epsilon);
6518 return EPSZ(val,
set->num_sumepsilon);
6529 return EPSP(val,
set->num_sumepsilon);
6540 return EPSN(val,
set->num_sumepsilon);
6705 return EPSZ(val,
set->num_feastol);
6716 return EPSP(val,
set->num_feastol);
6727 return EPSN(val,
set->num_feastol);
6916 return EPSZ(val,
set->num_dualfeastol);
6927 return EPSP(val,
set->num_dualfeastol);
6938 return EPSN(val,
set->num_dualfeastol);
7293 return set->subscipsoff;
7331 const char* filename;
7332 int subscipdepth = 0;
7343#if defined(_WIN32) || defined(_WIN64)
7348 if ( filename ==
NULL )
7354 subscipdepth =
scip->stat->subscipdepth;
7356 if ( subscipdepth > 0 )
void SCIPbanditvtableFree(SCIP_BANDITVTABLE **banditvtable)
internal methods for bandit algorithms
SCIP_RETCODE SCIPbranchruleExit(SCIP_BRANCHRULE *branchrule, SCIP_SET *set)
SCIP_RETCODE SCIPbranchruleFree(SCIP_BRANCHRULE **branchrule, SCIP_SET *set)
SCIP_RETCODE SCIPbranchruleInitsol(SCIP_BRANCHRULE *branchrule, SCIP_SET *set)
SCIP_RETCODE SCIPbranchruleExitsol(SCIP_BRANCHRULE *branchrule, SCIP_SET *set)
void SCIPbranchruleEnableOrDisableClocks(SCIP_BRANCHRULE *branchrule, SCIP_Bool enable)
SCIP_RETCODE SCIPbranchruleCopyInclude(SCIP_BRANCHRULE *branchrule, SCIP_SET *set)
SCIP_RETCODE SCIPbranchruleInit(SCIP_BRANCHRULE *branchrule, SCIP_SET *set)
internal methods for branching rules and branching candidate storage
internal methods for clocks and timing issues
SCIP_RETCODE SCIPcomprFree(SCIP_COMPR **compr, SCIP_SET *set)
SCIP_RETCODE SCIPcomprExit(SCIP_COMPR *compr, SCIP_SET *set)
SCIP_RETCODE SCIPcomprInit(SCIP_COMPR *compr, SCIP_SET *set)
internal methods for tree compressions
SCIP_RETCODE SCIPconcsolverDestroyInstance(SCIP_SET *set, SCIP_CONCSOLVER **concsolver)
int SCIPconcsolverGetIdx(SCIP_CONCSOLVER *concsolver)
char * SCIPconcsolverTypeGetName(SCIP_CONCSOLVERTYPE *concsolvertype)
void SCIPconcsolverTypeFree(SCIP_CONCSOLVERTYPE **concsolvertype)
datastructures for concurrent solvers
internal methods for conflict analysis
void SCIPconflicthdlrEnableOrDisableClocks(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_Bool enable)
SCIP_RETCODE SCIPconflicthdlrExit(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconflicthdlrFree(SCIP_CONFLICTHDLR **conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconflicthdlrExitsol(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconflicthdlrCopyInclude(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconflicthdlrInitsol(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconflicthdlrInit(SCIP_CONFLICTHDLR *conflicthdlr, SCIP_SET *set)
SCIP_RETCODE SCIPconshdlrInit(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPconshdlrExitsol(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat, SCIP_Bool restart)
void SCIPconshdlrEnableOrDisableClocks(SCIP_CONSHDLR *conshdlr, SCIP_Bool enable)
SCIP_RETCODE SCIPconshdlrInitpre(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPconshdlrCopyInclude(SCIP_CONSHDLR *conshdlr, SCIP_SET *set, SCIP_Bool *valid)
SCIP_RETCODE SCIPconshdlrExitpre(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPconshdlrInitsol(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPconshdlrExit(SCIP_CONSHDLR *conshdlr, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPconshdlrFree(SCIP_CONSHDLR **conshdlr, SCIP_SET *set)
internal methods for constraints and constraint handlers
SCIP_RETCODE SCIPcutselInitsol(SCIP_CUTSEL *cutsel, SCIP_SET *set)
SCIP_RETCODE SCIPcutselExitsol(SCIP_CUTSEL *cutsel, SCIP_SET *set)
SCIP_RETCODE SCIPcutselExit(SCIP_CUTSEL *cutsel, SCIP_SET *set)
SCIP_RETCODE SCIPcutselCopyInclude(SCIP_CUTSEL *cutsel, SCIP_SET *set)
void SCIPcutselEnableOrDisableClocks(SCIP_CUTSEL *cutsel, SCIP_Bool enable)
SCIP_RETCODE SCIPcutselFree(SCIP_CUTSEL **cutsel, SCIP_SET *set)
SCIP_RETCODE SCIPcutselInit(SCIP_CUTSEL *cutsel, SCIP_SET *set)
internal methods for cut selectors
#define SCIPdebugFree(set)
struct SCIP_DebugSolData SCIP_DEBUGSOLDATA
#define SCIPdebugSolDataCreate(debugsoldata)
common defines and data types used in all packages of SCIP
#define SCIP_DEFAULT_INFINITY
#define SCIP_DEFAULT_HUGEVAL
#define SCIP_DEFAULT_MEM_ARRAYGROWINIT
#define SCIP_MAXTREEDEPTH
#define SCIP_DEFAULT_LPFEASTOLFACTOR
#define SCIP_DEFAULT_SUMEPSILON
#define SCIP_DEFAULT_PSEUDOCOSTEPS
#define SCIP_DEFAULT_RECOMPFAC
#define SCIP_DEFAULT_EPSILON
#define SCIP_DEFAULT_PSEUDOCOSTDELTA
#define SCIP_DEFAULT_CHECKFEASTOLFAC
#define SCIP_DEFAULT_DUALFEASTOL
#define SCIP_DEFAULT_BOUNDSTREPS
#define SCIP_DEFAULT_MEM_ARRAYGROWFAC
#define SCIP_DEFAULT_BARRIERCONVTOL
#define SCIP_DEFAULT_FEASTOL
SCIP_RETCODE SCIPdialogCopyInclude(SCIP_DIALOG *dialog, SCIP_SET *set)
internal methods for user interface dialog
SCIP_RETCODE SCIPdispInit(SCIP_DISP *disp, SCIP_SET *set)
SCIP_RETCODE SCIPdispCopyInclude(SCIP_DISP *disp, SCIP_SET *set)
SCIP_RETCODE SCIPdispInitsol(SCIP_DISP *disp, SCIP_SET *set)
SCIP_RETCODE SCIPdispAutoActivate(SCIP_SET *set)
SCIP_RETCODE SCIPdispFree(SCIP_DISP **disp, SCIP_SET *set)
SCIP_RETCODE SCIPdispExitsol(SCIP_DISP *disp, SCIP_SET *set)
SCIP_RETCODE SCIPdispExit(SCIP_DISP *disp, SCIP_SET *set)
internal methods for displaying runtime statistics
SCIP_RETCODE SCIPeventhdlrCopyInclude(SCIP_EVENTHDLR *eventhdlr, SCIP_SET *set)
SCIP_RETCODE SCIPeventhdlrInitsol(SCIP_EVENTHDLR *eventhdlr, SCIP_SET *set)
SCIP_RETCODE SCIPeventhdlrExitsol(SCIP_EVENTHDLR *eventhdlr, SCIP_SET *set)
void SCIPeventhdlrEnableOrDisableClocks(SCIP_EVENTHDLR *eventhdlr, SCIP_Bool enable)
SCIP_RETCODE SCIPeventhdlrExit(SCIP_EVENTHDLR *eventhdlr, SCIP_SET *set)
SCIP_RETCODE SCIPeventhdlrFree(SCIP_EVENTHDLR **eventhdlr, SCIP_SET *set)
SCIP_RETCODE SCIPeventhdlrInit(SCIP_EVENTHDLR *eventhdlr, SCIP_SET *set)
internal methods for managing events
SCIP_RETCODE SCIPexprhdlrFree(SCIP_EXPRHDLR **exprhdlr, SCIP_SET *set, BMS_BLKMEM *blkmem)
void SCIPexprhdlrInit(SCIP_EXPRHDLR *exprhdlr, SCIP_SET *set)
SCIP_RETCODE SCIPexprhdlrCopyInclude(SCIP_EXPRHDLR *exprhdlr, SCIP_SET *targetset)
private functions to work with algebraic expressions
SCIP_STAGE SCIPgetStage(SCIP *scip)
SCIP_Real SCIPlpiInfinity(SCIP_LPI *lpi)
SCIP_Real SCIPrelDiff(SCIP_Real val1, SCIP_Real val2)
const char * SCIPbanditvtableGetName(SCIP_BANDITVTABLE *banditvtable)
const char * SCIPbendersGetName(SCIP_BENDERS *benders)
SCIP_Bool SCIPbranchruleIsInitialized(SCIP_BRANCHRULE *branchrule)
const char * SCIPbranchruleGetName(SCIP_BRANCHRULE *branchrule)
SCIP_Bool SCIPcomprIsInitialized(SCIP_COMPR *compr)
const char * SCIPcomprGetName(SCIP_COMPR *compr)
const char * SCIPconflicthdlrGetName(SCIP_CONFLICTHDLR *conflicthdlr)
SCIP_Bool SCIPconflicthdlrIsInitialized(SCIP_CONFLICTHDLR *conflicthdlr)
int SCIPconshdlrGetSepaPriority(SCIP_CONSHDLR *conshdlr)
const char * SCIPconshdlrGetName(SCIP_CONSHDLR *conshdlr)
SCIP_Bool SCIPconshdlrNeedsCons(SCIP_CONSHDLR *conshdlr)
SCIP_Bool SCIPconshdlrIsInitialized(SCIP_CONSHDLR *conshdlr)
int SCIPconshdlrGetCheckPriority(SCIP_CONSHDLR *conshdlr)
int SCIPconshdlrGetEnfoPriority(SCIP_CONSHDLR *conshdlr)
SCIP_Bool SCIPconshdlrIsClonable(SCIP_CONSHDLR *conshdlr)
const char * SCIPcutselGetName(SCIP_CUTSEL *cutsel)
SCIP_Bool SCIPcutselIsInitialized(SCIP_CUTSEL *cutsel)
SCIP_Bool SCIPdispIsInitialized(SCIP_DISP *disp)
const char * SCIPdispGetName(SCIP_DISP *disp)
int SCIPdispGetPosition(SCIP_DISP *disp)
SCIP_RETCODE SCIPautoselectDisps(SCIP *scip)
SCIP_Bool SCIPeventhdlrIsInitialized(SCIP_EVENTHDLR *eventhdlr)
const char * SCIPeventhdlrGetName(SCIP_EVENTHDLR *eventhdlr)
const char * SCIPexprhdlrGetName(SCIP_EXPRHDLR *exprhdlr)
const char * SCIPheurGetName(SCIP_HEUR *heur)
SCIP_Bool SCIPheurIsInitialized(SCIP_HEUR *heur)
void SCIPresetLPFeastol(SCIP *scip)
SCIP_Real SCIPgetLPFeastol(SCIP *scip)
BMS_BUFMEM * SCIPcleanbuffer(SCIP *scip)
BMS_BUFMEM * SCIPbuffer(SCIP *scip)
const char * SCIPnlpiGetName(SCIP_NLPI *nlpi)
SCIP_Bool SCIPnodeselIsInitialized(SCIP_NODESEL *nodesel)
int SCIPnodeselGetMemsavePriority(SCIP_NODESEL *nodesel)
int SCIPnodeselGetStdPriority(SCIP_NODESEL *nodesel)
const char * SCIPnodeselGetName(SCIP_NODESEL *nodesel)
const char * SCIPpresolGetName(SCIP_PRESOL *presol)
SCIP_Bool SCIPpricerIsActive(SCIP_PRICER *pricer)
const char * SCIPpricerGetName(SCIP_PRICER *pricer)
const char * SCIPpropGetName(SCIP_PROP *prop)
SCIP_Bool SCIPpropIsInitialized(SCIP_PROP *prop)
const char * SCIPreaderGetName(SCIP_READER *reader)
SCIP_Bool SCIPrelaxIsInitialized(SCIP_RELAX *relax)
const char * SCIPrelaxGetName(SCIP_RELAX *relax)
SCIP_RETCODE SCIPenableReoptimization(SCIP *scip, SCIP_Bool enable)
const char * SCIPsepaGetName(SCIP_SEPA *sepa)
SCIP_Bool SCIPsepaIsInitialized(SCIP_SEPA *sepa)
SCIP_Bool SCIPtableIsInitialized(SCIP_TABLE *table)
const char * SCIPtableGetName(SCIP_TABLE *table)
SCIP_RETCODE SCIPenableOrDisableStatisticTiming(SCIP *scip)
SCIP_RETCODE SCIPchgFeastol(SCIP *scip, SCIP_Real feastol)
SCIP_Real SCIPfeastol(SCIP *scip)
SCIP_RETCODE SCIPchgBarrierconvtol(SCIP *scip, SCIP_Real barrierconvtol)
void SCIPmarkLimitChanged(SCIP *scip)
SCIP_RETCODE SCIPchgDualfeastol(SCIP *scip, SCIP_Real dualfeastol)
void SCIPsortPtr(void **ptrarray, SCIP_DECL_SORTPTRCOMP((*ptrcomp)), int len)
void SCIPheurEnableOrDisableClocks(SCIP_HEUR *heur, SCIP_Bool enable)
SCIP_RETCODE SCIPheurInit(SCIP_HEUR *heur, SCIP_SET *set)
SCIP_RETCODE SCIPheurCopyInclude(SCIP_HEUR *heur, SCIP_SET *set)
SCIP_RETCODE SCIPheurInitsol(SCIP_HEUR *heur, SCIP_SET *set)
SCIP_RETCODE SCIPheurExitsol(SCIP_HEUR *heur, SCIP_SET *set)
SCIP_RETCODE SCIPheurFree(SCIP_HEUR **heur, SCIP_SET *set, BMS_BLKMEM *blkmem)
SCIP_RETCODE SCIPheurExit(SCIP_HEUR *heur, SCIP_SET *set)
internal methods for primal heuristics
assert(minobj< SCIPgetCutoffbound(scip))
SCIP_Real SCIPlpGetFeastol(SCIP_LP *lp)
void SCIPlpResetFeastol(SCIP_LP *lp, SCIP_SET *set)
internal methods for LP management
void BMSsetBufferMemoryArraygrowinit(BMS_BUFMEM *buffer, int arraygrowinit)
void BMSsetBufferMemoryArraygrowfac(BMS_BUFMEM *buffer, double arraygrowfac)
#define BMSfreeMemory(ptr)
#define BMSreallocMemoryArray(ptr, num)
#define BMSduplicateMemoryArray(ptr, source, num)
struct BMS_BlkMem BMS_BLKMEM
#define BMSfreeMemoryArrayNull(ptr)
#define BMSallocMemory(ptr)
void SCIPmessageFPrintInfo(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...)
void SCIPmessageVFPrintInfo(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr, va_list ap)
SCIP_RETCODE SCIPnlpiFree(SCIP_NLPI **nlpi, SCIP_SET *set)
void SCIPnlpiSetPriority(SCIP_NLPI *nlpi, int priority)
SCIP_RETCODE SCIPnlpiCopyInclude(SCIP_NLPI *sourcenlpi, SCIP_SET *targetset)
void SCIPnlpiInit(SCIP_NLPI *nlpi)
internal methods for NLP solver interfaces
SCIP_RETCODE SCIPnodeselExit(SCIP_NODESEL *nodesel, SCIP_SET *set)
void SCIPnodeselEnableOrDisableClocks(SCIP_NODESEL *nodesel, SCIP_Bool enable)
SCIP_RETCODE SCIPnodeselFree(SCIP_NODESEL **nodesel, SCIP_SET *set)
SCIP_RETCODE SCIPnodeselCopyInclude(SCIP_NODESEL *nodesel, SCIP_SET *set)
SCIP_RETCODE SCIPnodeselExitsol(SCIP_NODESEL *nodesel, SCIP_SET *set)
SCIP_RETCODE SCIPnodeselInitsol(SCIP_NODESEL *nodesel, SCIP_SET *set)
SCIP_RETCODE SCIPnodeselInit(SCIP_NODESEL *nodesel, SCIP_SET *set)
internal methods for node selectors and node priority queues
SCIP_RETCODE SCIPparamsetGetBool(SCIP_PARAMSET *paramset, const char *name, SCIP_Bool *value)
SCIP_RETCODE SCIPparamsetCreate(SCIP_PARAMSET **paramset, BMS_BLKMEM *blkmem)
SCIP_RETCODE SCIPparamSetString(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *value, SCIP_Bool initialize, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetReal(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Real value)
SCIP_RETCODE SCIPparamsetGetString(SCIP_PARAMSET *paramset, const char *name, char **value)
SCIP_RETCODE SCIPparamSetLongint(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_Longint value, SCIP_Bool initialize, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamSetReal(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_Real value, SCIP_Bool initialize, SCIP_Bool quiet)
int SCIPparamsetGetNParams(SCIP_PARAMSET *paramset)
SCIP_RETCODE SCIPparamsetSetInt(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, int value)
SCIP_RETCODE SCIPparamsetAddString(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, char **valueptr, SCIP_Bool isadvanced, const char *defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_RETCODE SCIPparamsetGetInt(SCIP_PARAMSET *paramset, const char *name, int *value)
SCIP_RETCODE SCIPparamsetGetLongint(SCIP_PARAMSET *paramset, const char *name, SCIP_Longint *value)
SCIP_RETCODE SCIPparamsetAddChar(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, char *valueptr, SCIP_Bool isadvanced, char defaultvalue, const char *allowedvalues, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_RETCODE SCIPparamsetSetPresolving(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
void SCIPparamsetFree(SCIP_PARAMSET **paramset, BMS_BLKMEM *blkmem)
SCIP_RETCODE SCIPparamsetAddInt(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, int *valueptr, SCIP_Bool isadvanced, int defaultvalue, int minvalue, int maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_PARAM * SCIPparamsetGetParam(SCIP_PARAMSET *paramset, const char *name)
SCIP_RETCODE SCIPparamsetRead(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *filename)
SCIP_RETCODE SCIPparamsetSetChar(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, char value)
SCIP_Bool SCIPparamGetBool(SCIP_PARAM *param)
SCIP_RETCODE SCIPparamsetSetDefaultBool(SCIP_PARAMSET *paramset, const char *name, SCIP_Bool defaultvalue)
SCIP_RETCODE SCIPparamsetGetChar(SCIP_PARAMSET *paramset, const char *name, char *value)
int SCIPparamGetInt(SCIP_PARAM *param)
SCIP_RETCODE SCIPparamsetSetToSubscipsOff(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetToDefaults(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr)
SCIP_Real SCIPparamGetReal(SCIP_PARAM *param)
SCIP_Bool SCIPparamsetIsFixed(SCIP_PARAMSET *paramset, const char *name)
SCIP_RETCODE SCIPparamsetAddBool(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Bool *valueptr, SCIP_Bool isadvanced, SCIP_Bool defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_RETCODE SCIPparamsetWrite(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, const char *filename, SCIP_Bool comments, SCIP_Bool onlychanged)
SCIP_RETCODE SCIPparamsetSetString(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, const char *value)
SCIP_RETCODE SCIPparamsetSetToDefault(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *paramname)
SCIP_RETCODE SCIPparamsetSetDefaultInt(SCIP_PARAMSET *paramset, const char *name, int defaultvalue)
SCIP_RETCODE SCIPparamsetAddReal(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Real *valueptr, SCIP_Bool isadvanced, SCIP_Real defaultvalue, SCIP_Real minvalue, SCIP_Real maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_RETCODE SCIPparamsetCopyParams(SCIP_PARAMSET *sourceparamset, SCIP_PARAMSET *targetparamset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr)
SCIP_RETCODE SCIPparamSetBool(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_Bool value, SCIP_Bool initialize, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetHeuristics(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetSeparating(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetLongint(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Longint value)
SCIP_RETCODE SCIPparamsetSetEmphasis(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMEMPHASIS paramemphasis, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetGetReal(SCIP_PARAMSET *paramset, const char *name, SCIP_Real *value)
SCIP_PARAM ** SCIPparamsetGetParams(SCIP_PARAMSET *paramset)
SCIP_RETCODE SCIPparamsetSet(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, const char *value, SCIP_Bool fix)
SCIP_RETCODE SCIPparamsetAddLongint(SCIP_PARAMSET *paramset, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Longint *valueptr, SCIP_Bool isadvanced, SCIP_Longint defaultvalue, SCIP_Longint minvalue, SCIP_Longint maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_RETCODE SCIPparamsetFix(SCIP_PARAMSET *paramset, const char *name, SCIP_Bool fixed)
SCIP_RETCODE SCIPparamSetChar(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, char value, SCIP_Bool initialize, SCIP_Bool quiet)
SCIP_RETCODE SCIPparamsetSetBool(SCIP_PARAMSET *paramset, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Bool value)
SCIP_RETCODE SCIPparamSetInt(SCIP_PARAM *param, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, int value, SCIP_Bool initialize, SCIP_Bool quiet)
internal methods for handling parameter settings
SCIP_RETCODE SCIPpresolFree(SCIP_PRESOL **presol, SCIP_SET *set)
void SCIPpresolEnableOrDisableClocks(SCIP_PRESOL *presol, SCIP_Bool enable)
SCIP_RETCODE SCIPpresolExitpre(SCIP_PRESOL *presol, SCIP_SET *set)
SCIP_RETCODE SCIPpresolExit(SCIP_PRESOL *presol, SCIP_SET *set)
SCIP_RETCODE SCIPpresolInit(SCIP_PRESOL *presol, SCIP_SET *set)
SCIP_RETCODE SCIPpresolCopyInclude(SCIP_PRESOL *presol, SCIP_SET *set)
SCIP_RETCODE SCIPpresolInitpre(SCIP_PRESOL *presol, SCIP_SET *set)
internal methods for presolvers
SCIP_RETCODE SCIPpricerInitsol(SCIP_PRICER *pricer, SCIP_SET *set)
SCIP_RETCODE SCIPpricerActivate(SCIP_PRICER *pricer, SCIP_SET *set)
SCIP_RETCODE SCIPpricerCopyInclude(SCIP_PRICER *pricer, SCIP_SET *set, SCIP_Bool *valid)
SCIP_RETCODE SCIPpricerExit(SCIP_PRICER *pricer, SCIP_SET *set)
void SCIPpricerEnableOrDisableClocks(SCIP_PRICER *pricer, SCIP_Bool enable)
SCIP_RETCODE SCIPpricerExitsol(SCIP_PRICER *pricer, SCIP_SET *set)
SCIP_RETCODE SCIPpricerInit(SCIP_PRICER *pricer, SCIP_SET *set)
SCIP_RETCODE SCIPpricerFree(SCIP_PRICER **pricer, SCIP_SET *set)
internal methods for variable pricers
SCIP_RETCODE SCIPpropInitsol(SCIP_PROP *prop, SCIP_SET *set)
SCIP_RETCODE SCIPpropInit(SCIP_PROP *prop, SCIP_SET *set)
SCIP_RETCODE SCIPpropCopyInclude(SCIP_PROP *prop, SCIP_SET *set)
SCIP_RETCODE SCIPpropExitpre(SCIP_PROP *prop, SCIP_SET *set)
SCIP_RETCODE SCIPpropExit(SCIP_PROP *prop, SCIP_SET *set)
void SCIPpropEnableOrDisableClocks(SCIP_PROP *prop, SCIP_Bool enable)
SCIP_RETCODE SCIPpropExitsol(SCIP_PROP *prop, SCIP_SET *set, SCIP_Bool restart)
SCIP_RETCODE SCIPpropInitpre(SCIP_PROP *prop, SCIP_SET *set)
SCIP_RETCODE SCIPpropFree(SCIP_PROP **prop, SCIP_SET *set)
internal methods for propagators
public methods for NLP solver interfaces
SCIP_RETCODE SCIPreaderFree(SCIP_READER **reader, SCIP_SET *set)
SCIP_RETCODE SCIPreaderCopyInclude(SCIP_READER *reader, SCIP_SET *set)
void SCIPreaderEnableOrDisableClocks(SCIP_READER *reader, SCIP_Bool enable)
internal methods for input file readers
SCIP_RETCODE SCIPrelaxInit(SCIP_RELAX *relax, SCIP_SET *set)
SCIP_RETCODE SCIPrelaxExit(SCIP_RELAX *relax, SCIP_SET *set)
SCIP_RETCODE SCIPrelaxFree(SCIP_RELAX **relax, SCIP_SET *set)
SCIP_RETCODE SCIPrelaxCopyInclude(SCIP_RELAX *relax, SCIP_SET *set)
void SCIPrelaxEnableOrDisableClocks(SCIP_RELAX *relax, SCIP_Bool enable)
SCIP_RETCODE SCIPrelaxInitsol(SCIP_RELAX *relax, SCIP_SET *set)
SCIP_RETCODE SCIPrelaxExitsol(SCIP_RELAX *relax, SCIP_SET *set)
internal methods for relaxators
SCIP_RETCODE SCIPsepaExitsol(SCIP_SEPA *sepa, SCIP_SET *set)
SCIP_RETCODE SCIPsepaCopyInclude(SCIP_SEPA *sepa, SCIP_SET *set)
SCIP_RETCODE SCIPsepaInitsol(SCIP_SEPA *sepa, SCIP_SET *set)
SCIP_RETCODE SCIPsepaExit(SCIP_SEPA *sepa, SCIP_SET *set)
SCIP_RETCODE SCIPsepaInit(SCIP_SEPA *sepa, SCIP_SET *set)
SCIP_RETCODE SCIPsepaFree(SCIP_SEPA **sepa, SCIP_SET *set)
void SCIPsepaEnableOrDisableClocks(SCIP_SEPA *sepa, SCIP_Bool enable)
internal methods for separators
#define SCIP_DEFAULT_CONCURRENT_FREQFACTOR
#define SCIP_DEFAULT_BRANCH_MIDPULL
#define SCIP_DEFAULT_SEPA_CUTAGELIMIT
void SCIPsetSortCutsels(SCIP_SET *set)
SCIP_Bool SCIPsetIsDualfeasZero(SCIP_SET *set, SCIP_Real val)
SCIP_DISP * SCIPsetFindDisp(SCIP_SET *set, const char *name)
SCIP_Real SCIPsetFloor(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_LP_CLEANUPCOLSROOT
#define SCIP_DEFAULT_WRITE_GENNAMES_OFFSET
SCIP_RETCODE SCIPsetIncludeReader(SCIP_SET *set, SCIP_READER *reader)
#define SCIP_DEFAULT_LIMIT_SOLUTIONS
void SCIPsetSortBranchrules(SCIP_SET *set)
#define SCIP_DEFAULT_SEPA_MAXROUNDSROOT
SCIP_Bool SCIPsetIsDualfeasLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_PRICE_MAXVARSROOT
#define SCIP_DEFAULT_CONF_PREFERBINARY
#define SCIP_DEFAULT_REOPT_OBJSIMSOL
#define SCIP_DEFAULT_MEM_TREEGROWFAC
#define SCIP_DEFAULT_LP_THREADS
SCIP_RETCODE SCIPsetSetSeparating(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
#define SCIP_DEFAULT_CONF_MAXVARSFAC
#define SCIP_DEFAULT_SEPA_POOLFREQ
void SCIPsetSortBranchrulesName(SCIP_SET *set)
SCIP_RETCODE SCIPsetSetBarrierconvtol(SCIP_SET *set, SCIP_Real barrierconvtol)
#define SCIP_DEFAULT_SEPA_MAXBOUNDDIST
#define SCIP_DEFAULT_MISC_USESYMMETRY
#define SCIP_DEFAULT_VISUAL_OBJEXTERN
#define SCIP_DEFAULT_LIMIT_ABSGAP
#define SCIP_DEFAULT_LP_DISABLECUTOFF
SCIP_RETCODE SCIPsetAddIntParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, int *valueptr, SCIP_Bool isadvanced, int defaultvalue, int minvalue, int maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
#define SCIP_DEFAULT_PARALLEL_MODE
int SCIPsetCalcTreeGrowSize(SCIP_SET *set, int num)
void SCIPsetSortConflicthdlrsName(SCIP_SET *set)
SCIP_Bool SCIPsetIsLbBetter(SCIP_SET *set, SCIP_Real newlb, SCIP_Real oldlb, SCIP_Real oldub)
#define SCIP_DEFAULT_PARALLEL_MINNTHREADS
#define SCIP_DEFAULT_MISC_ESTIMEXTERNMEM
#define SCIP_DEFAULT_DECOMP_MAXGRAPHEDGE
#define SCIP_DEFAULT_CONCURRENT_PRESOLVEBEFORE
#define SCIP_DEFAULT_CONS_DISABLEENFOPS
#define SCIP_DEFAULT_LIMIT_MEMORY
void SCIPsetSortPresolsName(SCIP_SET *set)
#define SCIP_DEFAULT_COMPR_ENABLE
SCIP_RETCODE SCIPsetResetParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name)
SCIP_EXPRHDLR * SCIPsetFindExprhdlr(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_BENDERS_SOLTOL
SCIP_Bool SCIPsetIsRelLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_DISP_FREQ
SCIP_Bool SCIPsetIsEfficacious(SCIP_SET *set, SCIP_Bool root, SCIP_Real efficacy)
SCIP_NODESEL * SCIPsetFindNodesel(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_LP_ITERLIM
#define SCIP_DEFAULT_CONF_FULLSHORTENCONFLICT
#define SCIP_DEFAULT_MISC_CALCINTEGRAL
#define SCIP_DEFAULT_BRANCH_DELAYPSCOST
SCIP_Bool SCIPsetExistsDialog(SCIP_SET *set, SCIP_DIALOG *dialog)
#define SCIP_DEFAULT_HISTORY_ALLOWMERGE
SCIP_RETCODE SCIPsetSetFeastol(SCIP_SET *set, SCIP_LP *lp, SCIP_Real feastol)
#define SCIP_DEFAULT_PRICE_ABORTFAC
#define SCIP_DEFAULT_READ_INITIALCONSS
void SCIPsetSortPresols(SCIP_SET *set)
#define SCIP_DEFAULT_CONCURRENT_MAXNSOLS
SCIP_PRICER * SCIPsetFindPricer(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_PROP_MAXROUNDS
#define SCIP_DEFAULT_NODESEL_CHILDSEL
SCIP_RETCODE SCIPsetSetRealParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Real value)
#define SCIP_DEFAULT_READ_DYNAMICCOLS
#define SCIP_DEFAULT_MISC_SCALEOBJ
#define SCIP_DEFAULT_SEPA_FILTERCUTPOOLREL
#define SCIP_DEFAULT_BRANCH_SUMADJUSTSCORE
SCIP_RETCODE SCIPsetWriteParams(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *filename, SCIP_Bool comments, SCIP_Bool onlychanged)
#define SCIP_DEFAULT_REOPT_REDUCETOFRONTIER
#define SCIP_DEFAULT_CONF_MAXLPLOOPS
SCIP_Bool SCIPsetIsFeasPositive(SCIP_SET *set, SCIP_Real val)
SCIP_TABLE * SCIPsetFindTable(SCIP_SET *set, const char *name)
SCIP_RETCODE SCIPsetAddStringParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, char **valueptr, SCIP_Bool isadvanced, const char *defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_Bool SCIPsetIsHugeValue(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_REOPT_USESPLITCONS
#define SCIP_DEFAULT_CONCURRENT_INITSEED
#define SCIP_DEFAULT_CONF_DOWNLOCKSCOREFAC
#define SCIP_DEFAULT_CONF_SEPAALTPROOFS
SCIP_Bool SCIPsetIsDualfeasFracIntegral(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetIncludeBenders(SCIP_SET *set, SCIP_BENDERS *benders)
SCIP_Real SCIPsetDualfeasCeil(SCIP_SET *set, SCIP_Real val)
SCIP_Bool SCIPsetIsGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_RETCODE SCIPsetSetStringParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, const char *value)
#define SCIP_DEFAULT_DISP_VERBLEVEL
SCIP_Real SCIPsetSumRound(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_PRESOL_RESTARTFAC
#define SCIP_DEFAULT_VISUAL_BAKFILENAME
#define SCIP_DEFAULT_SEPA_MAXCOEFRATIO
SCIP_COMPR * SCIPsetFindCompr(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_LP_COLAGELIMIT
#define SCIP_DEFAULT_PRESOL_SUBRESTARTFAC
#define SCIP_DEFAULT_CONF_WEIGHTVALIDDEPTH
#define SCIP_DEFAULT_LP_CONDITIONLIMIT
#define SCIP_DEFAULT_LP_ROOTITERLIM
SCIP_Real SCIPsetFeasCeil(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_CONF_USEINFLP
SCIP_RETCODE SCIPsetGetCharParam(SCIP_SET *set, const char *name, char *value)
SCIP_Real SCIPsetSumFloor(SCIP_SET *set, SCIP_Real val)
SCIP_Bool SCIPsetIsFeasFracIntegral(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_MISC_PRINTREASON
#define SCIP_DEFAULT_LIMIT_TIME
#define SCIP_DEFAULT_CONF_USELOCALROWS
#define SCIP_DEFAULT_CONF_RESTARTNUM
SCIP_RETCODE SCIPsetIncludeBranchrule(SCIP_SET *set, SCIP_BRANCHRULE *branchrule)
SCIP_RETCODE SCIPsetSetDefaultIntParam(SCIP_SET *set, const char *name, int defaultvalue)
SCIP_Bool SCIPsetIsFeasNegative(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_NLP_DISABLE
SCIP_RETCODE SCIPsetAddLongintParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Longint *valueptr, SCIP_Bool isadvanced, SCIP_Longint defaultvalue, SCIP_Longint minvalue, SCIP_Longint maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
#define SCIP_DEFAULT_RANDOM_PERMUTECONSS
SCIP_Bool SCIPsetGetSubscipsOff(SCIP_SET *set)
#define SCIP_DEFAULT_SEPA_MINEFFICACYROOT
SCIP_RETCODE SCIPsetIncludeRelax(SCIP_SET *set, SCIP_RELAX *relax)
SCIP_Real SCIPsetSetRelaxfeastol(SCIP_SET *set, SCIP_Real relaxfeastol)
#define SCIP_DEFAULT_LP_CLEANUPROWS
SCIP_Bool SCIPsetIsSumRelGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_RETCODE SCIPsetIncludeBanditvtable(SCIP_SET *set, SCIP_BANDITVTABLE *banditvtable)
SCIP_RETCODE SCIPsetIncludeConcsolverType(SCIP_SET *set, SCIP_CONCSOLVERTYPE *concsolvertype)
SCIP_Real SCIPsetFeastol(SCIP_SET *set)
#define SCIP_DEFAULT_MISC_EXACTSOLVE
#define SCIP_DEFAULT_MISC_IMPROVINGSOLS
SCIP_RETCODE SCIPsetInitsolPlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat)
#define SCIP_DEFAULT_CONF_ALLOWLOCAL
#define SCIP_DEFAULT_CONF_UPLOCKSCOREFAC
SCIP_RETCODE SCIPsetGetLongintParam(SCIP_SET *set, const char *name, SCIP_Longint *value)
SCIP_RETCODE SCIPsetIncludeSepa(SCIP_SET *set, SCIP_SEPA *sepa)
#define SCIP_DEFAULT_SEPA_ORTHOFUNC
#define SCIP_DEFAULT_REOPT_MAXDIFFOFNODES
#define SCIP_DEFAULT_BENDERS_COPYBENDERS
#define SCIP_DEFAULT_CONF_FUIPLEVELS
#define SCIP_DEFAULT_CONF_CLEANBNDDEPEND
#define SCIP_DEFAULT_MISC_USECONSTABLE
#define SCIP_DEFAULT_LP_LEXDUALMAXROUNDS
SCIP_RETCODE SCIPsetIncludeTable(SCIP_SET *set, SCIP_TABLE *table)
SCIP_Real SCIPsetPseudocosteps(SCIP_SET *set)
#define SCIP_DEFAULT_VISUAL_DISPSOLS
#define SCIP_DEFAULT_TIME_NLPIEVAL
#define SCIP_DEFAULT_BRANCH_CHECKSBSOL
SCIP_RETCODE SCIPsetGetStringParam(SCIP_SET *set, const char *name, char **value)
SCIP_RETCODE SCIPsetSetHeuristics(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
#define SCIP_DEFAULT_CONF_USEPROP
SCIP_Bool SCIPsetIsSumGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LP_PRICING
SCIP_RETCODE SCIPsetInitPlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat)
#define SCIP_DEFAULT_PRESOL_IMMRESTARTFAC
#define SCIP_DEFAULT_BRANCH_FORCEALL
#define SCIP_DEFAULT_LIMIT_BESTSOL
SCIP_RETCODE SCIPsetSetDualfeastol(SCIP_SET *set, SCIP_Real dualfeastol)
#define SCIP_DEFAULT_REOPT_MAXSAVEDNODES
SCIP_RETCODE SCIPsetSetReoptimizationParams(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr)
#define SCIP_DEFAULT_SEPA_MAXCUTSGENFACTOR
#define SCIP_DEFAULT_MISC_OUTPUTORIGSOL
#define SCIP_DEFAULT_RANDOM_RANDSEEDSHIFT
SCIP_RETCODE SCIPsetSetIntParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, int value)
SCIP_PARAM ** SCIPsetGetParams(SCIP_SET *set)
SCIP_RETCODE SCIPsetAddCharParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, char *valueptr, SCIP_Bool isadvanced, char defaultvalue, const char *allowedvalues, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_Real SCIPsetCeil(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_LP_RESOLVEITERFAC
#define SCIP_DEFAULT_PRINTZEROS
SCIP_RETCODE SCIPsetIncludeConflicthdlr(SCIP_SET *set, SCIP_CONFLICTHDLR *conflicthdlr)
int SCIPsetGetSepaMaxcuts(SCIP_SET *set, SCIP_Bool root)
SCIP_RETCODE SCIPsetFreeConcsolvers(SCIP_SET *set)
SCIP_Bool SCIPsetIsRelEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_RETCODE SCIPsetAddBoolParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Bool *valueptr, SCIP_Bool isadvanced, SCIP_Bool defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
#define SCIP_DEFAULT_LP_CLEANUPCOLS
#define SCIP_DEFAULT_SEPA_MAXSTALLROUNDS
SCIP_RETCODE SCIPsetIncludePricer(SCIP_SET *set, SCIP_PRICER *pricer)
SCIP_Bool SCIPsetIsDualfeasLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_Bool SCIPsetIsFeasGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_SEPA_MINACTIVITYQUOT
SCIP_Bool SCIPsetIsFeasLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_BRANCH_ROUNDSBSOL
#define SCIP_DEFAULT_PRESOL_DONOTMULTAGGR
#define SCIP_DEFAULT_REOPT_SEPABESTSOL
#define SCIP_DEFAULT_SEPA_MAXRUNS
#define SCIP_DEFAULT_BRANCH_SCOREFUNC
SCIP_Real SCIPsetFeasRound(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_PRESOL_RESTARTMINRED
#define SCIP_DEFAULT_CONF_MAXVARSDETECTIMPLIEDBOUNDS
SCIP_Bool SCIPsetIsFeasEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_HISTORY_ALLOWTRANSFER
void SCIPsetSortPropsPresol(SCIP_SET *set)
SCIP_Bool SCIPsetIsPositive(SCIP_SET *set, SCIP_Real val)
SCIP_Bool SCIPsetIsSumRelGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_CONF_REPROPAGATE
#define SCIP_DEFAULT_CONCURRENT_COMMVARBNDS
#define SCIP_DEFAULT_CONCURRENT_PARAMSETPREFIX
#define SCIP_DEFAULT_DISP_LPINFO
#define SCIP_DEFAULT_TIME_CLOCKTYPE
#define SCIP_DEFAULT_HISTORY_VALUEBASED
SCIP_RELAX * SCIPsetFindRelax(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_TIME_RARECLOCKCHECK
SCIP_RETCODE SCIPsetSetDefaultBoolParam(SCIP_SET *set, const char *name, SCIP_Bool defaultvalue)
SCIP_HEUR * SCIPsetFindHeur(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_CONF_MINMAXVARS
SCIP_Bool SCIPsetIsLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
void SCIPsetSortRelaxsName(SCIP_SET *set)
void SCIPsetDebugMessagePrint(SCIP_SET *set, const char *formatstr,...)
#define SCIP_DEFAULT_CONF_SETTLELOCAL
void SCIPsetSortPropsName(SCIP_SET *set)
#define SCIP_DEFAULT_CONF_CONFLITWEIGHT
SCIP_Bool SCIPsetIsScalingIntegral(SCIP_SET *set, SCIP_Real val, SCIP_Real scalar)
SCIP_Real SCIPsetFeasFloor(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_CONF_KEEPREPROP
SCIP_Real SCIPsetRelaxfeastol(SCIP_SET *set)
SCIP_Bool SCIPsetIsParamFixed(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_LP_CHECKPRIMFEAS
SCIP_RETCODE SCIPsetCopyPlugins(SCIP_SET *sourceset, SCIP_SET *targetset, SCIP_Bool copyreaders, SCIP_Bool copypricers, SCIP_Bool copyconshdlrs, SCIP_Bool copyconflicthdlrs, SCIP_Bool copypresolvers, SCIP_Bool copyrelaxators, SCIP_Bool copyseparators, SCIP_Bool copycutselectors, SCIP_Bool copypropagators, SCIP_Bool copyheuristics, SCIP_Bool copyeventhdlrs, SCIP_Bool copynodeselectors, SCIP_Bool copybranchrules, SCIP_Bool copydisplays, SCIP_Bool copydialogs, SCIP_Bool copytables, SCIP_Bool copyexprhdlrs, SCIP_Bool copynlpis, SCIP_Bool *allvalid)
SCIP_RETCODE SCIPsetIncludeDisp(SCIP_SET *set, SCIP_DISP *disp)
#define SCIP_DEFAULT_LP_CLEARINITIALPROBINGLP
#define SCIP_DEFAULT_CONCURRENT_CHANGECHILDSEL
SCIP_RETCODE SCIPsetSetLongintParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Longint value)
#define SCIP_DEFAULT_CONF_WEIGHTSIZE
#define SCIP_DEFAULT_PRICE_DELVARS
#define SCIP_DEFAULT_MISC_FINITESOLSTORE
#define SCIP_DEFAULT_LP_SCALING
void SCIPsetSortRelaxs(SCIP_SET *set)
SCIP_RETCODE SCIPsetAddRealParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, const char *name, const char *desc, SCIP_Real *valueptr, SCIP_Bool isadvanced, SCIP_Real defaultvalue, SCIP_Real minvalue, SCIP_Real maxvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
SCIP_Bool SCIPsetIsSumLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
void SCIPsetPrintDebugMessage(SCIP_SET *set, const char *sourcefile, int sourceline, const char *formatstr,...)
#define SCIP_DEFAULT_CONF_ENABLE
#define SCIP_DEFAULT_SEPA_MINEFFICACY
#define SCIP_DEFAULT_CONF_DEPTHSCOREFAC
#define SCIP_DEFAULT_TIME_STATISTICTIMING
#define SCIP_DEFAULT_LIMIT_NODES
SCIP_Bool SCIPsetIsDualfeasNegative(SCIP_SET *set, SCIP_Real val)
SCIP_CONCSOLVERTYPE * SCIPsetFindConcsolverType(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_BRANCH_FIRSTSBCHILD
SCIP_RETCODE SCIPsetSetVerbLevel(SCIP_SET *set, SCIP_VERBLEVEL verblevel)
#define SCIP_DEFAULT_REOPT_SAVESOLS
SCIP_RETCODE SCIPsetGetBoolParam(SCIP_SET *set, const char *name, SCIP_Bool *value)
SCIP_CONSHDLR * SCIPsetFindConshdlr(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_LP_FASTMIP
#define SCIP_DEFAULT_PARALLEL_MAXNTHREADS
#define SCIP_DEFAULT_CONF_MINIMPROVE
#define SCIP_DEFAULT_REOPT_VARORDERINTERDICTION
SCIP_Real SCIPsetDualfeastol(SCIP_SET *set)
#define SCIP_DEFAULT_WRITE_ALLCONSS
void SCIPsetSortComprs(SCIP_SET *set)
#define SCIP_DEFAULT_PRESOL_MAXROUNDS
SCIP_RETCODE SCIPsetIncludeConcsolver(SCIP_SET *set, SCIP_CONCSOLVER *concsolver)
#define SCIP_DEFAULT_LP_REFACTORINTERVAL
SCIP_Real SCIPsetEpsilon(SCIP_SET *set)
SCIP_RETCODE SCIPsetChgParamFixed(SCIP_SET *set, const char *name, SCIP_Bool fixed)
SCIP_BENDERS * SCIPsetFindBenders(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_REOPT_SOLVELPDIFF
SCIP_Bool SCIPsetIsSumRelEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_CONS_OBSOLETEAGE
SCIP_CUTSEL * SCIPsetFindCutsel(SCIP_SET *set, const char *name)
SCIP_RETCODE SCIPsetIncludeExprhdlr(SCIP_SET *set, SCIP_EXPRHDLR *exprhdlr)
void SCIPsetSortComprsName(SCIP_SET *set)
#define SCIP_DEFAULT_LIMIT_GAP
#define SCIP_DEFAULT_CONF_PROOFSCOREFAC
SCIP_RETCODE SCIPsetExitprePlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat)
SCIP_Bool SCIPsetIsSumGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LP_RESOLVEALGORITHM
#define SCIP_DEFAULT_CONF_WEIGHTREPROPDEPTH
void SCIPsetSortPricersName(SCIP_SET *set)
#define SCIP_DEFAULT_MEM_PATHGROWFAC
#define SCIP_DEFAULT_REOPT_OBJSIMDELAY
#define SCIP_DEFAULT_SEPA_MAXSTALLROUNDSROOT
#define SCIP_DEFAULT_PROP_MAXROUNDSROOT
SCIP_RETCODE SCIPsetChgRealParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, SCIP_Real value)
SCIP_Bool SCIPsetIsEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_Bool SCIPsetIsFeasZero(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_DECOMP_BENDERSLABELS
#define SCIP_DEFAULT_MISC_TRANSSOLSORIG
#define SCIP_DEFAULT_LIMIT_RESTARTS
SCIP_RETCODE SCIPsetChgBoolParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, SCIP_Bool value)
#define SCIP_DEFAULT_BRANCH_LPGAINNORMALIZE
#define SCIP_DEFAULT_LP_CLEANUPROWSROOT
SCIP_Bool SCIPsetIsSumNegative(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_CONF_USEPSEUDO
#define SCIP_DEFAULT_LP_LEXDUALALGO
#define SCIP_DEFAULT_RANDOM_PERMUTATIONSEED
#define SCIP_DEFAULT_REOPT_SAVECONSPROP
#define SCIP_DEFAULT_LP_RESOLVEITERMIN
#define SCIP_DEFAULT_REOPT_SEPAGLBINFSUBTREES
SCIP_STAGE SCIPsetGetStage(SCIP_SET *set)
SCIP_Bool SCIPsetIsSumLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_PRESOL_CLQTABLEFAC
SCIP_RETCODE SCIPsetIncludeProp(SCIP_SET *set, SCIP_PROP *prop)
#define SCIP_DEFAULT_VISUAL_VBCFILENAME
SCIP_RETCODE SCIPsetIncludeCutsel(SCIP_SET *set, SCIP_CUTSEL *cutsel)
SCIP_Real SCIPsetGetSepaMaxCoefRatioRowprep(SCIP_SET *set)
SCIP_Bool SCIPsetIsFeasLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_SEPA_CUTSELSUBSCIP
SCIP_RETCODE SCIPsetIncludeConshdlr(SCIP_SET *set, SCIP_CONSHDLR *conshdlr)
void SCIPsetSortPricers(SCIP_SET *set)
#define SCIP_DEFAULT_DISP_HEADERFREQ
SCIP_Real SCIPsetFrac(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetSetCharParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, char value)
#define SCIP_DEFAULT_CONS_AGELIMIT
SCIP_RETCODE SCIPsetSetSubscipsOff(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_Bool quiet)
SCIP_Bool SCIPsetIsUbBetter(SCIP_SET *set, SCIP_Real newub, SCIP_Real oldlb, SCIP_Real oldub)
#define SCIP_DEFAULT_MEM_PATHGROWINIT
#define SCIP_DEFAULT_LP_MARKOWITZ
#define SCIP_DEFAULT_PRICE_DELVARSROOT
void SCIPsetSortSepas(SCIP_SET *set)
void SCIPsetReinsertConshdlrSepaPrio(SCIP_SET *set, SCIP_CONSHDLR *conshdlr, int oldpriority)
#define SCIP_DEFAULT_CONF_PREFINFPROOF
#define SCIP_DEFAULT_CONF_CONFLITGRAPHWEIGHT
#define SCIP_DEFAULT_LP_SOLUTIONPOLISHING
#define SCIP_DEFAULT_LP_FREESOLVALBUFFERS
#define SCIP_DEFAULT_BRANCH_MIDPULLRELDOMTRIG
SCIP_RETCODE SCIPsetIncludeHeur(SCIP_SET *set, SCIP_HEUR *heur)
#define SCIP_DEFAULT_MISC_RESETSTAT
#define SCIP_DEFAULT_LP_ROWREPSWITCH
#define SCIP_DEFAULT_LIMIT_AUTORESTARTNODES
#define SCIP_DEFAULT_SEPA_MAXLOCALBOUNDDIST
#define SCIP_DEFAULT_TIME_READING
#define SCIP_DEFAULT_REOPT_STOREVARHISTOTY
#define SCIP_DEFAULT_SEPA_EFFICACYNORM
#define SCIP_DEFAULT_REOPT_STRONGBRANCHINIT
SCIP_Real SCIPsetLPFeastolFactor(SCIP_SET *set)
#define SCIP_DEFAULT_LP_RESOLVERESTORE
#define SCIP_DEFAULT_VISUAL_REALTIME
static int calcGrowSize(int initsize, SCIP_Real growfac, int num)
#define SCIP_DEFAULT_LP_CHECKSTABILITY
#define SCIP_DEFAULT_MEM_TREEGROWINIT
SCIP_Real SCIPsetInfinity(SCIP_SET *set)
SCIP_RETCODE SCIPsetGetIntParam(SCIP_SET *set, const char *name, int *value)
#define SCIP_DEFAULT_REOPT_OBJSIMROOTLP
SCIP_RETCODE SCIPsetIncludeEventhdlr(SCIP_SET *set, SCIP_EVENTHDLR *eventhdlr)
#define SCIP_DEFAULT_MISC_REFERENCEVALUE
void SCIPsetSortProps(SCIP_SET *set)
SCIP_RETCODE SCIPsetCreate(SCIP_SET **set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, SCIP *scip)
SCIP_Real SCIPsetSumepsilon(SCIP_SET *set)
#define SCIP_DEFAULT_REOPT_USEPSCOST
SCIP_RETCODE SCIPsetSetPresolving(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
SCIP_Bool SCIPsetIsLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LP_ALWAYSGETDUALS
SCIP_Bool SCIPsetIsInfinity(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetGetRealParam(SCIP_SET *set, const char *name, SCIP_Real *value)
void SCIPsetSortHeurs(SCIP_SET *set)
#define SCIP_DEFAULT_REOPT_FORCEHEURRESTART
#define SCIP_DEFAULT_CONF_REMOVEABLE
#define SCIP_DEFAULT_SEPA_MAXADDROUNDS
SCIP_Bool SCIPsetIsSumZero(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetIncludePresol(SCIP_SET *set, SCIP_PRESOL *presol)
#define SCIP_DEFAULT_BRANCH_PREFERBINARY
SCIP_Real SCIPsetDualfeasRound(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_CONCURRENT_FREQINIT
SCIP_RETCODE SCIPsetChgStringParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, const char *value)
SCIP_Bool SCIPsetIsDualfeasIntegral(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_LIMIT_OBJSTOP
#define SCIP_DEFAULT_CONF_DYNAMIC
SCIP_Bool SCIPsetIsRelGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_RETCODE SCIPsetIncludeNodesel(SCIP_SET *set, SCIP_NODESEL *nodesel)
SCIP_SEPA * SCIPsetFindSepa(SCIP_SET *set, const char *name)
SCIP_RETCODE SCIPsetIncludeCompr(SCIP_SET *set, SCIP_COMPR *compr)
int SCIPsetCalcPathGrowSize(SCIP_SET *set, int num)
SCIP_Bool SCIPsetIsDualfeasPositive(SCIP_SET *set, SCIP_Real val)
void SCIPsetSortHeursName(SCIP_SET *set)
SCIP_RETCODE SCIPsetChgCharParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, char value)
#define SCIP_DEFAULT_CONF_MAXCONSS
void SCIPsetSortNlpis(SCIP_SET *set)
SCIP_NLPI * SCIPsetFindNlpi(SCIP_SET *set, const char *name)
SCIP_RETCODE SCIPsetResetParams(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr)
#define SCIP_DEFAULT_DECOMP_DISABLEMEASURES
#define SCIP_DEFAULT_HEUR_USEUCTSUBSCIP
void SCIPsetSortBenders(SCIP_SET *set)
#define SCIP_DEFAULT_LP_SOLVEDEPTH
void SCIPsetSortExprhdlrs(SCIP_SET *set)
SCIP_Real SCIPsetGetSepaMaxcutsGenFactor(SCIP_SET *set, SCIP_Bool root)
#define SCIP_DEFAULT_LP_LEXDUALROOTONLY
SCIP_Bool SCIPsetIsDualfeasEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_TIME_ENABLED
void SCIPsetEnableOrDisablePluginClocks(SCIP_SET *set, SCIP_Bool enabled)
int SCIPsetGetNParams(SCIP_SET *set)
#define SCIP_DEFAULT_MISC_USESMALLTABLES
#define SCIP_DEFAULT_MISC_SHOWDIVINGSTATS
#define SCIP_DEFAULT_CONF_RESTARTFAC
SCIP_Bool SCIPsetIsDualfeasGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_Bool SCIPsetIsSumRelLT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LIMIT_MAXORIGSOL
#define SCIP_DEFAULT_MISC_TRANSORIGSOLS
SCIP_PARAM * SCIPsetGetParam(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_READ_DYNAMICROWS
#define SCIP_DEFAULT_SEPA_MAXROUNDS
SCIP_Bool SCIPsetIsRelGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_MISC_USEVARTABLE
SCIP_RETCODE SCIPsetExitsolPlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat, SCIP_Bool restart)
#define SCIP_DEFAULT_BENDERS_CUTLPSOL
#define SCIP_DEFAULT_CONF_MAXSTORESIZE
#define SCIP_DEFAULT_LP_CHECKFARKAS
#define SCIP_DEFAULT_MISC_ALLOWWEAKDUALREDS
#define SCIP_DEFAULT_PRESOL_MAXRESTARTS
SCIP_Bool SCIPsetIsGT(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_CONF_LPITERATIONS
void SCIPsetSortSepasName(SCIP_SET *set)
SCIP_Bool SCIPsetIsSumEQ(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LP_LEXDUALBASIC
SCIP_RETCODE SCIPsetChgIntParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, int value)
#define SCIP_DEFAULT_REOPT_SHRINKINNER
SCIP_PROP * SCIPsetFindProp(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_CONF_USEBOUNDLP
#define SCIP_DEFAULT_MISC_CATCHCTRLC
#define SCIP_DEFAULT_RANDOM_PERMUTEVARS
#define SCIP_DEFAULT_CONF_RECONVLEVELS
SCIP_CONFLICTHDLR * SCIPsetFindConflicthdlr(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_BRANCH_SCOREFAC
SCIP_Bool SCIPsetIsIntegral(SCIP_SET *set, SCIP_Real val)
SCIP_Real SCIPsetDualfeasFrac(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_MISC_AVOIDMEMOUT
SCIP_Bool SCIPsetIsZero(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_LP_LEXDUALSTALLING
#define SCIP_DEFAULT_REOPT_SOLVELP
SCIP_Bool SCIPsetIsUpdateUnreliable(SCIP_SET *set, SCIP_Real newvalue, SCIP_Real oldvalue)
#define SCIP_DEFAULT_DECOMP_APPLYBENDERS
#define SCIP_DEFAULT_CONCURRENT_FREQMAX
#define SCIP_DEFAULT_CONF_SCOREFAC
SCIP_Real SCIPsetDualfeasFloor(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetSetBoolParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, SCIP_Bool value)
#define SCIP_DEFAULT_DISP_ALLVIOLS
SCIP_Bool SCIPsetIsFracIntegral(SCIP_SET *set, SCIP_Real val)
SCIP_RETCODE SCIPsetIncludeNlpi(SCIP_SET *set, SCIP_NLPI *nlpi)
int SCIPsetGetPriceMaxvars(SCIP_SET *set, SCIP_Bool root)
SCIP_Real SCIPsetPseudocostdelta(SCIP_SET *set)
SCIP_Real SCIPsetSumCeil(SCIP_SET *set, SCIP_Real val)
SCIP_Real SCIPsetSumFrac(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_LIMIT_STALLNODES
SCIP_Real SCIPsetFeasFrac(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_RANDOM_LPSEED
SCIP_RETCODE SCIPsetSetParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *name, const char *value)
#define SCIP_DEFAULT_REOPT_USECUTS
#define SCIP_DEFAULT_LIMIT_MAXSOL
#define SCIP_DEFAULT_CONCURRENT_CHANGESEEDS
SCIP_Real SCIPsetCutoffbounddelta(SCIP_SET *set)
SCIP_DEBUGSOLDATA * SCIPsetGetDebugSolData(SCIP_SET *set)
#define SCIP_DEFAULT_CONF_USESB
#define SCIP_DEFAULT_CONF_IGNORERELAXEDBD
SCIP_RETCODE SCIPsetExitPlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat)
SCIP_Bool SCIPsetIsSumRelLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_BRANCHRULE * SCIPsetFindBranchrule(SCIP_SET *set, const char *name)
SCIP_Bool SCIPsetIsDualfeasGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_LP_ROWAGELIMIT
SCIP_Real SCIPsetGetReferencevalue(SCIP_SET *set)
#define SCIP_DEFAULT_PRICE_MAXVARS
#define SCIP_DEFAULT_DISP_RELEVANTSTATS
SCIP_READER * SCIPsetFindReader(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_SEPA_MAXCUTS
SCIP_Real SCIPsetRecompfac(SCIP_SET *set)
SCIP_Bool SCIPsetIsFeasGE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
SCIP_RETCODE SCIPsetIncludeDialog(SCIP_SET *set, SCIP_DIALOG *dialog)
#define SCIP_DEFAULT_LP_CHECKDUALFEAS
void SCIPsetSortBendersName(SCIP_SET *set)
#define SCIP_DEFAULT_READ_DYNAMICCONSS
#define SCIP_DEFAULT_MISC_ALLOWSTRONGDUALREDS
#define SCIP_DEFAULT_NLP_SOLVER
#define SCIP_DEFAULT_LP_SOLVEFREQ
SCIP_EVENTHDLR * SCIPsetFindEventhdlr(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_CONF_SEPARATE
#define SCIP_DEFAULT_CONF_INTERCONSS
SCIP_RETCODE SCIPsetInitprePlugins(SCIP_SET *set, BMS_BLKMEM *blkmem, SCIP_STAT *stat)
SCIP_Real SCIPsetGetHugeValue(SCIP_SET *set)
#define SCIP_DEFAULT_CONCURRENT_NBESTSOLS
SCIP_Bool SCIPsetIsRelLE(SCIP_SET *set, SCIP_Real val1, SCIP_Real val2)
#define SCIP_DEFAULT_REOPT_COMMONTIMELIMIT
SCIP_RETCODE SCIPsetReadParams(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, const char *filename)
#define SCIP_DEFAULT_SEPA_MAXCOEFRATIOFACROWPREP
void SCIPsetSortConflicthdlrs(SCIP_SET *set)
void SCIPsetSetLimitChanged(SCIP_SET *set)
SCIP_Real SCIPsetBarrierconvtol(SCIP_SET *set)
SCIP_RETCODE SCIPsetFree(SCIP_SET **set, BMS_BLKMEM *blkmem)
SCIP_PRESOL * SCIPsetFindPresol(SCIP_SET *set, const char *name)
#define SCIP_DEFAULT_LP_PRESOLVING
#define SCIP_DEFAULT_SEPA_MAXCUTSROOT
#define SCIP_DEFAULT_REOPT_MAXCUTAGE
SCIP_RETCODE SCIPsetSetEmphasis(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAMEMPHASIS paramemphasis, SCIP_Bool quiet)
#define SCIP_DEFAULT_CONCURRENT_TARGETPROGRESS
SCIP_Real SCIPsetRound(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_PRESOL_DONOTAGGR
#define SCIP_DEFAULT_REOPT_ENABLE
SCIP_RETCODE SCIPsetCopyParams(SCIP_SET *sourceset, SCIP_SET *targetset, SCIP_MESSAGEHDLR *messagehdlr)
#define SCIP_DEFAULT_PRESOL_ABORTFAC
SCIP_Bool SCIPsetIsSumPositive(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_PROP_ABORTONCUTOFF
int SCIPsetCalcMemGrowSize(SCIP_SET *set, int num)
#define SCIP_DEFAULT_CONCURRENT_MINSYNCDELAY
SCIP_RETCODE SCIPsetIncludeExternalCode(SCIP_SET *set, const char *name, const char *description)
#define SCIP_DEFAULT_SEPA_MAXROUNDSROOTSUBRUN
#define SCIP_DEFAULT_CONCURRENT_MAXNSYNCDELAY
SCIP_RETCODE SCIPsetChgLongintParam(SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_PARAM *param, SCIP_Longint value)
#define SCIP_DEFAULT_VISUAL_DISPLB
#define SCIP_DEFAULT_LP_INITALGORITHM
#define SCIP_DEFAULT_DISP_WIDTH
SCIP_NODESEL * SCIPsetGetNodesel(SCIP_SET *set, SCIP_STAT *stat)
#define SCIP_DEFAULT_BRANCH_DIVINGPSCOST
#define SCIP_DEFAULT_BRANCH_CLAMP
SCIP_Bool SCIPsetIsFeasIntegral(SCIP_SET *set, SCIP_Real val)
SCIP_Bool SCIPsetIsNegative(SCIP_SET *set, SCIP_Real val)
#define SCIP_DEFAULT_MEM_SAVEFAC
unsigned int SCIPsetInitializeRandomSeed(SCIP_SET *set, unsigned int initialseedvalue)
#define SCIP_DEFAULT_SEPA_MAXCUTSROOTGENFACTOR
void SCIPsetSetPriorityNlpi(SCIP_SET *set, SCIP_NLPI *nlpi, int priority)
#define SCIP_DEFAULT_SEPA_CUTSELRESTART
SCIP_BANDITVTABLE * SCIPsetFindBanditvtable(SCIP_SET *set, const char *name)
internal methods for global SCIP settings
SCIP_RETCODE SCIPbendersExit(SCIP_BENDERS *benders, SCIP_SET *set)
SCIP_RETCODE SCIPbendersFree(SCIP_BENDERS **benders, SCIP_SET *set)
SCIP_RETCODE SCIPbendersInitsol(SCIP_BENDERS *benders, SCIP_SET *set)
SCIP_RETCODE SCIPbendersInitpre(SCIP_BENDERS *benders, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPbendersExitpre(SCIP_BENDERS *benders, SCIP_SET *set, SCIP_STAT *stat)
SCIP_RETCODE SCIPbendersExitsol(SCIP_BENDERS *benders, SCIP_SET *set)
SCIP_RETCODE SCIPbendersInit(SCIP_BENDERS *benders, SCIP_SET *set)
internal methods for Benders' decomposition
internal methods for problem statistics
SCIP main data structure.
SCIP_RETCODE SCIPtableCopyInclude(SCIP_TABLE *table, SCIP_SET *set)
SCIP_RETCODE SCIPtableFree(SCIP_TABLE **table, SCIP_SET *set)
SCIP_RETCODE SCIPtableExitsol(SCIP_TABLE *table, SCIP_SET *set)
SCIP_RETCODE SCIPtableInitsol(SCIP_TABLE *table, SCIP_SET *set)
SCIP_RETCODE SCIPtableInit(SCIP_TABLE *table, SCIP_SET *set)
SCIP_RETCODE SCIPtableExit(SCIP_TABLE *table, SCIP_SET *set)
internal methods for displaying statistics tables
enum SCIP_ClockType SCIP_CLOCKTYPE
enum SCIP_VerbLevel SCIP_VERBLEVEL
enum SCIP_ParamSetting SCIP_PARAMSETTING
struct SCIP_ParamData SCIP_PARAMDATA
enum SCIP_ParamEmphasis SCIP_PARAMEMPHASIS
#define SCIP_DECL_PARAMCHGD(x)
enum SCIP_Retcode SCIP_RETCODE
@ SCIP_STAGE_INITPRESOLVE
enum SCIP_Stage SCIP_STAGE