Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
29ac1c38
Unverified
Commit
29ac1c38
authored
Jun 18, 2021
by
Merlin
💧
Browse files
Include docker in usage example
fixes
#9
parent
86f0de51
Pipeline
#10869
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
29ac1c38
...
...
@@ -94,9 +94,9 @@ dune build @all
## Usage
To see a longer list of example formulas, just run the testsuite:
```
dune exec cool-testsuite
```
### Coalition Logic
Some formulas are
...
...
@@ -113,7 +113,11 @@ Some formulas are
So call for example:
```
bash
./coalg sat CL
<<<
'<{ 1 2 }> C & [{ 1 2 }] ~C'
./coalg.exe sat CL
<<<
'<{ 1 2 }> C & [{ 1 2 }] ~C'
# or via the static executable
./cool-static sat CL
<<<
'<{ 1 2 }> C & [{ 1 2 }] ~C'
# or via docker
echo
'<{1 2}> C & [{1 2}] ~C'
| docker run
-i
cs8service/cool:master sat CL
```
## Experimental Results
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment