Difference between revisions of "FaCiLe"

From CBLFS
Jump to navigationJump to search
Line 28: Line 28:
  
 
TO DO
 
TO DO
 +
 +
[[Category:Programming]]

Revision as of 16:41, 19 March 2009

Download Source: http://www.recherche.enac.fr/opti/facile/distrib/facile-1.1.tar.gz

Introduction to FaCiLe

FaCiLe is a constraint programming library on integer and integer set finite domains written in OCaml.

Project Homepage: http://www.recherche.enac.fr/opti/facile/

Dependencies

Required

Non-Multilib

Compile the package:

./configure &&
make

Install the package

make install

Multilib

TO DO