Home
last modified time | relevance | path

Searched refs:DEFAULT_MAXROUNDS (Results 1 – 12 of 12) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_strongcg.c58 #define DEFAULT_MAXROUNDS 5 /**< maximal number of strong CG separation rounds per node… macro
498 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaStrongcg()
H A Dsepa_gomory.c82 #define DEFAULT_MAXROUNDS 5 /**< maximal number of gomory separation rounds per node (-… macro
640 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaGomory()
H A Dsepa_disjunctive.c75 #define DEFAULT_MAXROUNDS 25 /**< maximal number of separation rounds in a branching nod… macro
919 &sepadata->maxrounds, TRUE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaDisjunctive()
H A Dsepa_aggregation.c75 #define DEFAULT_MAXROUNDS -1 /**< maximal number of cmir separation rounds per node (-1:… macro
1485 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaAggregation()
H A Dsepa_zerohalf.c60 #define DEFAULT_MAXROUNDS 5 /**< maximal number of zerohalf separation rounds per node … macro
2449 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaZerohalf()
H A Dsepa_eccuts.c51 #define DEFAULT_MAXROUNDS 10 /**< maximal number of separation rounds per node (-1: unli… macro
2844 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaEccuts()
H A Dsepa_oddcycle.c92 #define DEFAULT_MAXROUNDS 10 /**< maximal number of rounds pre node */ macro
3769 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaOddcycle()
H A Dsepa_cgmip.c105 #define DEFAULT_MAXROUNDS 5 /**< maximal number of separation rounds per node (-1: unli… macro
4478 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaCGMIP()
H A Dcons_knapsack.c104 #define DEFAULT_MAXROUNDS 5 /**< maximal number of separation rounds per node (-1: unli… macro
13360 &conshdlrdata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()
H A Dcons_linear.c115 #define DEFAULT_MAXROUNDS 5 /**< maximal number of separation rounds per node (-1: un… macro
17558 &conshdlrdata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeConshdlrLinear()
/dports/math/SCIP/scip-7.0.3/examples/GMI/src/
H A Dsepa_gmi.c78 #define DEFAULT_MAXROUNDS 5 /**< maximal number of GMI separation rounds per node (-1: … macro
842 &sepadata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeSepaGMI()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dcons_stp.c83 #define DEFAULT_MAXROUNDS 10 /**< maximal number of separation rounds per node (-1: unli… macro
1616 &conshdlrdata->maxrounds, FALSE, DEFAULT_MAXROUNDS, -1, INT_MAX, NULL, NULL) ); in SCIPincludeConshdlrStp()