From cee940b0839d4a2c5c2c590b15a1777e6cc06750 Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Fri, 13 Jun 2025 14:50:27 -0600 Subject: [PATCH] Add E Theorem Prover for #1 --- tools/sat-smt/e.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tools/sat-smt/e.md diff --git a/tools/sat-smt/e.md b/tools/sat-smt/e.md new file mode 100644 index 0000000..8cf5165 --- /dev/null +++ b/tools/sat-smt/e.md @@ -0,0 +1,21 @@ ++++ +date = 2025-06-07 +draft = false +title = 'E' +subtitle = 'Theorem Prover' +links = [ + { title = "Homepage", url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/E/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/eprover/eprover", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Theorem Prover'] +developers = ['DHBW Stuttgart'] +licenses = ['GPLv2'] +# inputs = [''] +interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['deMoura2008'] ++++ + +E is a theorem prover for full first-order logic (and now monomorphic higher-order logic) with equality. \ No newline at end of file