mirror of
https://github.com/RAIRLab/Spectra.git
synced 2025-10-05 22:21:20 +00:00
First commits.
This commit is contained in:
parent
ecd7c00454
commit
8c78a2f8e5
237 changed files with 36267 additions and 0 deletions
19
snark-20120808r02/examples/snark-test
Normal file
19
snark-20120808r02/examples/snark-test
Normal file
|
@ -0,0 +1,19 @@
|
|||
;;; a script to run some SNARK examples
|
||||
;;; usage:
|
||||
;;; cd snark
|
||||
;;; lisp < examples/snark-test >& examples/snark-test.out &
|
||||
|
||||
#-snark (load "snark-system.lisp")
|
||||
#-snark (make-snark-system)
|
||||
(in-package :snark-user)
|
||||
(default-print-row-wffs-prettily nil)
|
||||
(overbeek-test)
|
||||
(time (steamroller-example))
|
||||
(time (front-last-example))
|
||||
(time (reverse-example))
|
||||
(time (reverse-example :magic t))
|
||||
(time (hot-drink-example))
|
||||
(coder-test)
|
||||
(time (snark-dpll::queens-problem 8 :find-all-models -1))
|
||||
(generate-latin-squares 7)
|
||||
(quit)
|
Loading…
Add table
Add a link
Reference in a new issue