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
CoPaR
Commits
55ccf345
Commit
55ccf345
authored
Jun 03, 2019
by
Hans-Peter Deifel
🐢
Browse files
Update main README file
Brings the "Running" section up to date and mentiones the new flag "benchmark-generators"
parent
ed7a0bdb
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
55ccf345
...
...
@@ -4,17 +4,21 @@
stack build
Alternatively, you can directly download the
[
latest binaries for linux
](
https://gitlab.cs.fau.de/i8/copar/-/jobs/artifacts/master/download?job=test
)
.
Alternatively, you can directly download the
[
latest binaries for
linux
](
https://gitlab.cs.fau.de/i8/copar/-/jobs/artifacts/master/download?job=test
)
.
## Running
Enabling the flag
`benchmark-generators`
also build generators and helper
executables used to create various benchmark suites that have been used in
different publications. To build with that flag, use the command
`stack build
--flag copar:benchmark-generators`
.
There isn't much to see, yet. To see pretty printed parse results,
use:
## Running
stack exec copar refine < FILENAME
To partition states of a coalgebra specification, use the command
Where
`FILENAME`
is a file describing the input. Examples are in
`examples/`
.
stack exec -- copar refine FILENAME
Examples for input files are in the directory
`examples/`
.
Command line syntax is described in
`stack exec -- copar --help`
.
...
...
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