diff --git a/tools/prob/comics.md b/tools/prob/comics.md new file mode 100644 index 0000000..aebb0f5 --- /dev/null +++ b/tools/prob/comics.md @@ -0,0 +1,22 @@ ++++ +date = 2025-06-07 +draft = false +title = 'COMICS' +subtitle = 'Probabilistic Model Checker' +links = [ + { title = "Homepage", url = "https://ths.rwth-aachen.de/research/tools/comics/", icon = 'fa-solid fa-home' }, + # { title = "Source Code", url = "https://github.com/moves-rwth/storm", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Counterexample Generator'] +developers = ['RWTH Aachen'] +# licenses = ['GPLv3'] +# inputs = ['PRISM', 'JANI', 'PNML', 'GreatSPN', 'Galileo', 'MRMC'] +# interfaces = ['CLI', 'C++', 'Python'] +# maintenance = ['Unknown'] +# techniques = ['CDCL'] +# publications = ['Hensel2022'] ++++ + + +COMICS is a stand-alone tool which performs model checking and the generation of counterexamples for discrete-time Markov Chains (DTMCs). \ No newline at end of file diff --git a/tools/sat-smt/cadical.md b/tools/sat-smt/cadical.md new file mode 100644 index 0000000..ce634a1 --- /dev/null +++ b/tools/sat-smt/cadical.md @@ -0,0 +1,21 @@ ++++ +date = 2025-06-07 +draft = false +title = 'CaDiCaL' +subtitle = 'SAT Solver' +links = [ + # { title = "Homepage", url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/E/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/arminbiere/cadical", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } +] +applications = ['SAT Solver'] +developers = ['University of Freiburg'] +licenses = ['MIT'] +# inputs = [''] +interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['deMoura2008'] ++++ + +CaDiCaL is a simplified satisfiability solver. \ No newline at end of file diff --git a/tools/sat-smt/vampire.md b/tools/sat-smt/vampire.md new file mode 100644 index 0000000..c8eac35 --- /dev/null +++ b/tools/sat-smt/vampire.md @@ -0,0 +1,21 @@ ++++ +date = 2025-06-07 +draft = false +title = 'Vampire' +subtitle = 'Theorem Prover' +links = [ + { title = "Homepage", url = "https://vprover.github.io/index.html", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/vprover/vampire", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Theorem Prover'] +developers = ['TU Wien'] +licenses = ['BSD'] +# inputs = [''] +interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['deMoura2008'] ++++ + +Vampire is a theorem prover. \ No newline at end of file diff --git a/tools/sat-smt/zipperposition.md b/tools/sat-smt/zipperposition.md new file mode 100644 index 0000000..895d02a --- /dev/null +++ b/tools/sat-smt/zipperposition.md @@ -0,0 +1,21 @@ ++++ +date = 2025-06-07 +draft = false +title = 'Zipperposition' +subtitle = 'Theorem Prover' +links = [ + { title = "Homepage", url = "https://sneeuwballen.github.io/zipperposition/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/sneeuwballen/zipperposition", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Theorem Prover'] +developers = ['TU Wien'] +licenses = ['BSD'] +# inputs = [''] +interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['deMoura2008'] ++++ + +Zipperposition is an automated theorem prover for first-order logic with equality and theories. \ No newline at end of file