Hi,

i want to compare some statistics,
and want to find out how many choices (non-deterministic decisions) gecode has made during branching. (So, not talking about non-deterministic propagation, just simple select/propagate).

The statistic object
dfsSearchEngine_->statistics().node
tells me something about the used nodes, but this not seem to be the right thing to use.

So, for a simple CSP, with variable x = 0..9 without any constraint,
i get 19 nodes (enumerating all solutions).
Can i simply divide this by 2 to get my 9 decisions?

Best,
Max

_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to