Skip to content
Snippets Groups Projects
Commit 0dfb55b5 authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Extend INSTALL by examples

parent 45d554b0
No related branches found
No related tags found
No related merge requests found
...@@ -27,4 +27,26 @@ Benchmarking ...@@ -27,4 +27,26 @@ Benchmarking
You should remove the debug flag (-g) from the Makefile and recompile before You should remove the debug flag (-g) from the Makefile and recompile before
doing time measurements. doing time measurements.
Examples
--------
Coalition Logic
~~~~~~~~~~~~~~~
Some formulas are
[{1}] C & [{ 2 }] ~C
[{1}] C & <{ 2 }> ~C
[{1}] C & <{ 1 2 }> ~C
<{ 1 2 }> C & <{ 1 2 3 4 5 6 7 8 9 10 }> ~C
<{ 1 2 }> C & <{ 1 2 3 4 5 6 7 8 9 }> ~C
<{ 1 2 }> C & <{ 1 2 }> ~C
<{ 1 2 }> C & [{ 1 2 }] ~C
<{ 1 2 }> C & [{ 1 2 }] ~C
So call for example:
./coalg sat CL <<< '<{ 1 2 }> C & [{ 1 2 }] ~C'
// vim: ft=asciidoc tw=80 // vim: ft=asciidoc tw=80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment