[gecode-users] Intelligent backtracking methods

Christian Schulte cschulte at kth.se
Tue Jun 10 09:27:19 CEST 2008


No, it is not. It is plain vanilla DFS.

However, you can implement your own search methods as Gecode features an
enormously powerful interface for programming search. In particular, as
search is based on recomputation and copying, any move in the tree is easy.
We exploit that, for example, to some extra pruning of the tree during
branch and bound search.

Cheers
Christian

--
Christian Schulte, www.ict.kth.se/~cschulte/


-----Original Message-----
From: users-bounces at gecode.org [mailto:users-bounces at gecode.org] On Behalf
Of Debdeep Banerjee
Sent: Tuesday, June 10, 2008 8:44 AM
To: users at gecode.org
Subject: [gecode-users] Intelligent backtracking methods

Hi,
I want to know if the DFS search implements any intelligent backtracking 
methods (for example backjumping, conflict directed backjumping etc).

Thanking you.

With regards
Debdeep

-- 
Debdeep Banerjee
PhD Candidate
CSL/RSISE/NICTA
Australian National University
Email: debdeep.banerjee at rsise.anu.edu.au
Web:http://rsise.anu.edu.au/~banerjed



_______________________________________________
Gecode users mailing list
users at gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users





More information about the gecode-users mailing list