On Mon, Mar 16, 2009 at 8:50 AM, Malcolm Ryan <[email protected]> wrote: > Is there any guarantee on the order of calls to the functions status, > description and commit on a Branching? > > In particular, I want to know whether I rely on status always being > called before description so that I can cache the results of the > status computation and avoid having to re-determine which variable to > select when description is called.
See the documentation for description: http://www.gecode.org/doc/2.2.0/reference/classGecode_1_1Branching.html#7430d74988ef698bd86ecb202e347676 > If it makes a difference, I'm still using v2.2.0. (How much work is it > likely to be to translate to 3.0.0?) It shouldn't be that hard to upgrade. See http://www.gecode.org/doc-latest/reference/PageHowToChange_3.html for the most important changes. Cheers, Mikael -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/ _______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
