[gecode-users] Gist question

Malcolm Ryan malcolmr at cse.unsw.edu.au
Thu May 7 03:46:50 CEST 2009


Is there any way to get Gist to provide a space as a return value to  
my code?

I want to do something like:

MySpace* space = new MySpace();
Gecode::Gist::PrintingInspector<MySpace> pi("MySpace");
MySpace* result = Gecode::explore(space, &pi);

Where result ends up being some user-selected space from the gist  
search tree.

This would be a very useful feature for me.

Malcolm




More information about the gecode-users mailing list