[gecode-users] Gecode/J: What is Space abstract?

Mikael Zayenz Lagerkvist zayenz at gmail.com
Mon Nov 5 04:57:32 CET 2007


On 11/5/07, Malcolm Ryan <malcolmr at cse.unsw.edu.au> 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/




More information about the gecode-users mailing list