Home
last modified time | relevance | path

Searched refs:DEFAULT_MAXCALLS (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_rapidlearning.c68 #define DEFAULT_MAXCALLS 100 /**< maximum number of overall calls */ macro
1022 &sepadata->maxcalls, TRUE, DEFAULT_MAXCALLS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeSepaRapidlearning()
H A Dheur_dualval.c92 #define DEFAULT_MAXCALLS 25 /**< maximal number of recursive calls of the heuristi… macro
2857 &heurdata->maxcalls, FALSE, DEFAULT_MAXCALLS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurDualval()