On 5/16/07, Antonio Leitao <[EMAIL PROTECTED]> wrote:
I'm using Gecode/J with the graphical interface Gist.  Unfortunately, for
large search spaces, Gist or Gecode/J stop every 5000 nodes (more or less)
and I would like to let it run for larger periods of time (and space).

I tried using the Options class parameters -fails and -time but it didn's
change anything.  I even rewrote the FailStop class that is provided with
the examples so that the method stop always return false but, once again,
without any differences in Gecode/Gist behavior.

The cutoff value for how many nodes to visit in Gist can be changed
under preferences in the file menu-

You might want to consider if you really want to explore a large
search-space with Gist, it is not what it is designed to do.. Using
just Gecode/J will be much more efficient, and of course using Gecode
directly is even more efficient.

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

Reply via email to