Home
last modified time | relevance | path

Searched refs:PRESOL_TIMING (Results 1 – 18 of 18) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_xyz.c33 #define PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, … macro
186 …SCIPincludePresol(scip, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolXyz()
193 …solBasic(scip, &presol, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolXyz()
H A Dpresol_inttobinary.c43 #define PRESOL_TIMING SCIP_PRESOLTIMING_FAST /* timing of the presolver (fast, medium, or… macro
193 …Basic(scip, &presolptr, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolInttobinary()
H A Dpresol_trivial.c39 #define PRESOL_TIMING SCIP_PRESOLTIMING_FAST /* timing of the presolver (fast, medium, or… macro
203 …esolptr, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, presolExecTri… in SCIPincludePresolTrivial()
H A Dpresol_boundshift.c46 #define PRESOL_TIMING SCIP_PRESOLTIMING_FAST /* timing of the presolver (fast, medium, or… macro
270 …Basic(scip, &presolptr, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolBoundshift()
H A Dpresol_convertinttobin.c51 #define PRESOL_TIMING SCIP_PRESOLTIMING_FAST /* timing of the presolver (fast, medium, or… macro
352 …Basic(scip, &presolptr, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolConvertinttobin()
H A Dpresol_implics.c41 #define PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, … macro
351 …esolptr, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, presolExecImp… in SCIPincludePresolImplics()
H A Dpresol_stuffing.c52 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
497 PRESOL_TIMING, presolExecStuffing, NULL) ); in SCIPincludePresolStuffing()
H A Dpresol_dualagg.c59 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
620 PRESOL_TIMING, presolExecDualagg, NULL) ); in SCIPincludePresolDualagg()
H A Dpresol_dualcomp.c59 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
849 PRESOL_TIMING, presolExecDualcomp, presoldata) ); in SCIPincludePresolDualcomp()
H A Dpresol_redvub.c54 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
692 PRESOL_TIMING, presolExecRedvub, NULL) ); in SCIPincludePresolRedvub()
H A Dpresol_milp.cpp73 #define PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, … macro
687 …solBasic(scip, &presol, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolMILP()
H A Dpresol_sparsify.c58 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
1048 PRESOL_TIMING, presolExecSparsify, presoldata) ); in SCIPincludePresolSparsify()
H A Dpresol_dualsparsify.c76 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
1757 PRESOL_TIMING, presolExecDualsparsify, presoldata) ); in SCIPincludePresolDualsparsify()
H A Dpresol_tworowbnd.c68 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fas… macro
1677 …solBasic(scip, &presol, PRESOL_NAME, PRESOL_DESC, PRESOL_PRIORITY, PRESOL_MAXROUNDS, PRESOL_TIMING, in SCIPincludePresolTworowbnd()
H A Dpresol_qpkktref.c110 #define PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, … macro
2043 PRESOL_TIMING, presolExecQPKKTref, presoldata) ); in SCIPincludePresolQPKKTref()
H A Dpresol_gateextraction.c49 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
1793 PRESOL_TIMING, presolExecGateextraction, presoldata) ); in SCIPincludePresolGateextraction()
H A Dpresol_domcol.c65 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fast, medi… macro
2431 PRESOL_TIMING, presolExecDomcol, presoldata) ); in SCIPincludePresolDomcol()
H A Dpresol_dualinfer.c65 #define PRESOL_TIMING SCIP_PRESOLTIMING_EXHAUSTIVE /* timing of the presolver (fa… macro
2411 PRESOL_TIMING, presolExecDualinfer, presoldata) ); in SCIPincludePresolDualinfer()