Chronological backtracking for the n-queens problem p. 37
nqbtrack.cpp (2,893)
Arc consistency 3 for the n-queens problem p. 83
arccon3.cpp (6,486)
Arc consistency 4 for the n-queens problem p. 87
arccon4.cpp (7,733)
Path consistency 1 text example p. 92
pc1toy.cpp (5,179)
Backjumping for the n-queens problem pp. 138-140
backjump.cpp (4,239)
Backmarking for the n-queens problem p. 147
backmark.cpp (4,334)
GENET for the n-queens problem p. 261
nqgenet.cpp (7,097)
Branch and bound search p. 304
branchbd.cpp (4,334)