On 11/5/07, Malcolm Ryan <[EMAIL PROTECTED]> wrote:
> What is the Space class abstract in Gecode/J when it doesn't have any
> abstract methods? Is there any harm in doing:
>
> Space space = new Space() {};
>While there is no harm in doing the above (as far as I can recall at the moment), I'm not sure I see what the point would be. The only information you would be able to get out of a problem set up in the space-variable would be if there are any solutions, since you can not access the variables of the problem. 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
