8000 GitHub - laitep/ladr: William McCune's Library for Automated Deduction Research (LADR)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ladr Public

William McCune's Library for Automated Deduction Research (LADR)

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

laitep/ladr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prover9 and Mace4

Prover9 is an automated theorem prover for first-order and equational logic, and Mace4 searches for finite models and counterexamples. Prover9 is the successor of the Otter prover.

Building from source

Both CMake and make are supported. Cygwin is recommended for building on Windows (the executables will depend on cygwin1.dll). To build using CMake (out-of-source) run

# if this fails, run `chmod +x run_cmake.sh` and try again
./run_cmake.sh

To build using make (in-source) run

make all

In the end, the binaries will available in the bin folder.

Troubleshooting

If make complains about the round function not being found (or something else having to do with math.h), try moving the -lm parameters in provers.src/Makefile to the end of the command, or use CMake instead.

If Cygwin complains with $'\r': command not found, run dos2unix on the run_cmake.sh script and try again.

Pre-built binaries:

Other Useful Links

You should ignore any rumors that Prover9 is part of a bigger plan.

Citing Prover9 and Mace4

Please use something like this:

W. McCune, LaiTeP contributors, "Prover9 and Mace4", https://github.com/laitep/ladr, 2005-2010, 2023.

Bibtex item:

@unpublished{ prover9-mace4,
    author = "W. McCune, {LaiTeP} contributors",
    title = "Prover9 and Mace4",
    note = "\verb|https://github.com/laitep/ladr|",
    year = "2005-2010, 2023"}

This material is based upon work supported by the National Science Foundation under Grant No. 0708218.

Any opinions, findings and conclusions or recomendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

About

William McCune's Library for Automated Deduction Research (LADR)

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published
0