[funds-cvs] r207 - trunk/funds
abaine at common-lisp.net
abaine at common-lisp.net
Mon Aug 20 18:06:05 UTC 2007
Author: abaine
Date: Mon Aug 20 14:06:04 2007
New Revision: 207
Modified:
trunk/funds/README
Log:
Added instructions for the solver.
Modified: trunk/funds/README
==============================================================================
--- trunk/funds/README (original)
+++ trunk/funds/README Mon Aug 20 14:06:04 2007
@@ -20,3 +20,9 @@
To see the publicly exported symbols in package "FUNDS," look at the
file funds/src/package.lisp.
+
+SEEING THE EXAMPLES
+
+Make a symbolic link to the file funds/examples/funds-examples.asd visible
+to asdf. Type (asdf:operate 'asdf:load-op 'funds-examples). Now try
+(solve p1) to see a functional sudoku solver at work.
\ No newline at end of file
More information about the Funds-cvs
mailing list