Hi.

I am new in this subject and beginning to use Gecode/J. I need to make searches step by step to know the domains of the variables and to give statistics as it advances the resolution of the CSP. In addition I require to change the branching strategy during the execution. Is possible to make this?

It is possible to get the information during search, but it is not possible to change the branching strategy.

I must make my own search engine? What things I must consider to get this?

To get the information, you have to implement your own search engine (which is not too hard to do). For the branching, instead of changing the strategy, you could implement your own branching.

Cheers,
        Guido

--
Guido Tack
Programming Systems Lab, Saarland University, Germany
http://www.ps.uni-sb.de/~tack




_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to