Home
last modified time | relevance | path

Searched refs:ndivebdchgs (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_probing.h520 …int* ndivebdchgs, /**< pointer to store the number of dive bound changes */
H A Dscip_probing.c1285 …int* ndivebdchgs, /**< pointer to store the number of dive bound changes */ in SCIPgetDiveBoundChangeData() argument
1292 assert(ndivebdchgs != NULL); in SCIPgetDiveBoundChangeData()
1297 … SCIPtreeGetDiveBoundChangeData(scip->tree, variables, directions, values, ndivebdchgs, preferred); in SCIPgetDiveBoundChangeData()
H A Dtree.h649 …int* ndivebdchgs, /**< pointer to store the number of dive bound changes */
H A Dtree.c6307 …int* ndivebdchgs, /**< pointer to store the number of dive bound changes */ in SCIPtreeGetDiveBoundChangeData() argument
6316 assert(ndivebdchgs != NULL); in SCIPtreeGetDiveBoundChangeData()
6321 *ndivebdchgs = tree->ndivebdchanges[idx]; in SCIPtreeGetDiveBoundChangeData()