On 11/5/07, Malcolm Ryan <[EMAIL PROTECTED]> wrote: > Is there any reason why some of the constraints in Gecode.java expect > a Space variable, while others expect a JavaSpace variable?
The constraints that take a Space argument instead of a JavaSpace argument are hand-written instead of being generated by Swig. This should be fixed for consistency. Thanks for pointing it out. 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
