mirror of
https://github.com/RAIRLab/Spectra.git
synced 2025-11-23 23:30:39 +00:00
First commits.
This commit is contained in:
parent
ecd7c00454
commit
8c78a2f8e5
237 changed files with 36267 additions and 0 deletions
36
snark-20120808r02/README
Normal file
36
snark-20120808r02/README
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
(replace "yyyymmdd" by the SNARK version date)
|
||||
|
||||
Obtaining SNARK:
|
||||
|
||||
SNARK can be downloaded from the SNARK web page
|
||||
http://www.ai.sri.com/~stickel/snark.html
|
||||
|
||||
See INSTALL file for installation instructions
|
||||
|
||||
Running SNARK:
|
||||
|
||||
lisp
|
||||
(load "snark-system.lisp")
|
||||
(make-snark-system)
|
||||
:
|
||||
|
||||
Examples:
|
||||
|
||||
(overbeek-test) in overbeek-test.lisp
|
||||
some standard theorem-proving examples, some time-consuming
|
||||
|
||||
(steamroller-example) in steamroller-example.lisp
|
||||
illustrates sorts
|
||||
|
||||
(front-last-example) in front-last-example.lisp
|
||||
illustrates program synthesis
|
||||
|
||||
(reverse-example) in reverse-example.lisp
|
||||
illustrates logic programming style usage
|
||||
|
||||
A guide to SNARK has been written:
|
||||
|
||||
http://www.ai.sri.com/snark/tutorial/tutorial.html
|
||||
|
||||
but has not been updated yet to reflect changes in SNARK,
|
||||
especially for temporal and spatial reasoning.
|
||||
Loading…
Add table
Add a link
Reference in a new issue