*Hi,*

I don't understand what this snippet of code from the TSP example does - can
anyone explain?

*// Just assume that the circle starts forwards*
*    {*
*      IntVar p0(*this, 0, n-1);*
*      element(*this, succ, p0, 0);*
*      rel(*this, p0, IRT_LE, succ[0]);*
*    }*
*
*
It doesn't seem to affect my results if I remove it.

*Regards,*
*Jonathan Skovhus Andersen.*
_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to