Home
last modified time | relevance | path

Searched refs:ncreatedchilds (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_nodereopt.c101 int ncreatedchilds; in Exec() local
104 SCIP_CALL( SCIPsplitReoptRoot(scip, &ncreatedchilds, &naddedconss) ); in Exec()
108 assert(ncreatedchilds == 0); in Exec()
118 assert(ncreatedchilds >= 2); in Exec()
120 ncreatednodes += ncreatedchilds; in Exec()
158 int ncreatedchilds; in Exec() local
169 ncreatedchilds = 0; in Exec()
188 …SCIPapplyReopt(scip, reoptnode, childid, SCIPnodeGetEstimate(curnode), childnodes, &ncreatedchilds, in Exec()
193 assert(ncreatedchilds > childnodessize); in Exec()
196 childnodessize = ncreatedchilds+1; in Exec()
[all …]
H A Dscip_reopt.h244 int* ncreatedchilds, /**< pointer to store number of created child nodes */
277 int* ncreatedchilds, /**< pointer to store the number of created nodes */
H A Dscip_reopt.c379 int* ncreatedchilds, /**< pointer to store number of created child nodes */ in SCIPapplyReopt() argument
392 childnodes, ncreatedchilds, naddedconss, childnodessize, success) ); in SCIPapplyReopt()
482 int* ncreatedchilds, /**< pointer to store the number of created nodes */ in SCIPsplitReoptRoot() argument
492 …PreoptSplitRoot(scip->reopt, scip->tree, scip->set, scip->stat, scip->mem->probmem, ncreatedchilds, in SCIPsplitReoptRoot()
H A Dreopt.h376 int* ncreatedchilds, /**< pointer to store number of created child nodes */
404 int* ncreatedchilds, /**< pointer to store the number of created nodes */
H A Dreopt.c6990 (*ncreatedchilds) = 0; in SCIPreoptSplitRoot()
7047 ++(*ncreatedchilds); in SCIPreoptSplitRoot()
7055 assert(*ncreatedchilds == 1); in SCIPreoptSplitRoot()
7113 ++(*ncreatedchilds); in SCIPreoptSplitRoot()
7121 assert(*ncreatedchilds == 1); in SCIPreoptSplitRoot()
7217 ++(*ncreatedchilds); in SCIPreoptSplitRoot()
7220 assert(*ncreatedchilds == nvars+1); in SCIPreoptSplitRoot()
7406 (*ncreatedchilds) = 1; in SCIPreoptApply()
7412 (*ncreatedchilds) = 2; in SCIPreoptApply()
7512 *ncreatedchilds = nvars+1; in SCIPreoptApply()
[all …]