Home
last modified time | relevance | path

Searched refs:CONSHDLR_CHECKPRIORITY (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A Dcons_rowcuts.cpp32 #define CONSHDLR_CHECKPRIORITY -9999999 /**< priority of the constraint handler for checking feasib… macro
379 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrRowcuts()
396 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrRowcuts()
413 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrRowcuts()
430 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrRowcuts()
447 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrRowcuts()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_benderslp.c49 #define CONSHDLR_CHECKPRIORITY 10000000 /**< priority of the constraint handler for checking feasib… macro
274 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrBenderslp()
H A Dcons_xyz.c33 #define CONSHDLR_CHECKPRIORITY 0 /**< priority of the constraint handler for checking feasib… macro
608 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrXyz()
627 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrXyz()
H A Dcons_integral.c42 #define CONSHDLR_CHECKPRIORITY 0 /**< priority of the constraint handler for checking feasib… macro
339 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrIntegral()
H A Dcons_benders.c52 #define CONSHDLR_CHECKPRIORITY -5000000 /**< priority of the constraint handler for checking feasib… macro
775 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrBenders()
H A Dcons_conjunction.c43 #define CONSHDLR_CHECKPRIORITY -900000 /**< priority of the constraint handler for checking feasib… macro
776 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrConjunction()
H A Dcons_disjunction.c49 #define CONSHDLR_CHECKPRIORITY -900000 /**< priority of the constraint handler for checking feasib… macro
1046 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrDisjunction()
H A Dcons_or.c67 #define CONSHDLR_CHECKPRIORITY -850000 /**< priority of the constraint handler for checking feasib… macro
2059 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrOr()
H A Dcons_orbisack.c70 #define CONSHDLR_CHECKPRIORITY -1005200 /**< priority of the constraint handler for checking feasib… macro
2008 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrOrbisack()
H A Dcons_superindicator.c66 #define CONSHDLR_CHECKPRIORITY -5000000 /**< priority of the constraint handler for checking f… macro
1902 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrSuperindicator()
H A Dcons_symresack.c79 #define CONSHDLR_CHECKPRIORITY -1005200 /**< priority of the constraint handler for checking feasib… macro
2566 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrSymresack()
H A Dcons_sos2.c103 #define CONSHDLR_CHECKPRIORITY -10 /**< priority of the constraint handler for checking feasib… macro
2317 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrSOS2()
H A Dcons_countsols.c78 #define CONSHDLR_CHECKPRIORITY -9999999 /**< priority of the constraint handler for checking feasib… macro
2613 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in includeConshdlrCountsols()
H A Dcons_components.c62 #define CONSHDLR_CHECKPRIORITY -9999999 /**< priority of the constraint handler for checking feasib… macro
2553 CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrComponents()
H A Dcons_orbitope.c124 #define CONSHDLR_CHECKPRIORITY -1005200 /**< priority of the constraint handler for checking feasib… macro
3753 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrOrbitope()
H A Dcons_linking.c80 #define CONSHDLR_CHECKPRIORITY -750000 /**< priority of the constraint handler for checking feasib… macro
3293 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrLinking()
H A Dcons_bounddisjunction.c65 #define CONSHDLR_CHECKPRIORITY -3000000 /**< priority of the constraint handler for checking feasib… macro
3467 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrBounddisjunction()
H A Dcons_cardinality.c73 #define CONSHDLR_CHECKPRIORITY -10 /**< priority of the constraint handler for checking feasib… macro
3259 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrCardinality()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/
H A Dcons.c32 #define CONSHDLR_CHECKPRIORITY 0 /**< priority of the constraint handler for checking feasib… macro
271 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in includeConshdlrUnittest()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dcons_samediff.c43 #define CONSHDLR_CHECKPRIORITY 9999999 /**< priority of the constraint handler for checking feasib… macro
533 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrSamediff()
/dports/math/SCIP/scip-7.0.3/applications/Ringpacking/src/
H A Dcons_rpa.c41 #define CONSHDLR_CHECKPRIORITY -1 /**< priority of the constraint handler for checking feasib… macro
689 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrRpa()
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dcons_storeGraph.c74 #define CONSHDLR_CHECKPRIORITY 2000000 /**< priority of the constraint handler for checking feasib… macro
762 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in COLORincludeConshdlrStoreGraph()
/dports/math/SCIP/scip-7.0.3/examples/LOP/src/
H A Dcons_lop.c41 #define CONSHDLR_CHECKPRIORITY -100 /**< priority of the constraint handler for checking feasib… macro
1167 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrLOP()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dcons_stp.c74 #define CONSHDLR_CHECKPRIORITY 9999999 /**< priority of the constraint handler for checking feasib… macro
1587 CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, CONSHDLR_EAGERFREQ, CONSHDLR_NEEDSCONS, in SCIPincludeConshdlrStp()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c73 #define CONSHDLR_CHECKPRIORITY -3100000 /**< priority of the constraint handler for checking feasib… macro
4112 CONSHDLR_SEPAPRIORITY, CONSHDLR_ENFOPRIORITY, CONSHDLR_CHECKPRIORITY, in SCIPincludeConshdlrOptcumulative()

12