November 1, 2006
Constraint programming
Warehouse location
You can find my solution for a warehouse location problem (csplib problem #34) : warehousemodel.pdf (last update : 13/06/2004)
The implementation was made in objective caml and uses the FaCiLe library
The source code of my implementation can be found here.
Anagram generator
This program generates anagrams from an array of letters, given a set of constraints on the letters. For example, generate all anagrams of “decodera” where the sequences “dr” and “rc” are forbidden. The FaCiLe library is required for building the program. The source code is here.
Sodoku solver (December 2005)
Grab it from here (requires objective caml and the library FaCiLe