[gecode-users] To change the strategy search

Guido Tack tack at ps.uni-sb.de
Tue Jun 19 15:00:55 CEST 2007


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







More information about the gecode-users mailing list