Skip to content

Commit

Permalink
tune readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronosymbolic committed Oct 1, 2023
1 parent 42c0ee4 commit 5fa7242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Python (3.7.0 or higher recommended, and [Anaconda](https://www.anaconda.com/) r

- Specify the log file (which records how the tool solves the CHC system) using `-l FILE_NAME`

- Specify directory name using `-r -f DIR_NAME` to run a test suite (logs are automatically generated in log/DIR_NAME)
- Specify directory name using `-r -f DIR_NAME` to run a test suite (logs are automatically generated in log/DIR_NAME, see `experiment/README.md` to better understand the logs)
- e.g. `python test.py -f tests/safe/ -a -r -v -t 360 -o result/result.log`

- Or specify a file list using `-b -f FILELIST` (run files specified in the file list whose format is one file path in each line)
Expand Down Expand Up @@ -82,6 +82,8 @@ Refer to [LinearArbitrary](https://github.com/GaloisInc/LinearArbitrary-SeaHorn/

A prebuilt docker image is available on [Docker Hub](https://hub.docker.com/r/sunsetray/lineararbitrary_seahorn).

The pre-built binary for FreqHorn is also provided here: [freqhorn](https://drive.google.com/file/d/1EWHCmboRpqQMjY_ySCBSbHvCBMWIXW9-/view?usp=sharing) and [expl](https://drive.google.com/file/d/1YA9e3L1d7NBYF25VZlMeU_ZZoFrBor96/view?usp=sharing).

For LinearArbitrary, you can also try our optimized data-driven learner implementation (set `ClassAgent = Chronosymbolic` to `ClassAgent = DataDrivenLearner` in `test.py` and run it in the same way as Chronosymbolic does)

## Manually "guess" an inductive invariant (hard to scale up)
Expand Down
Binary file modified README.pdf
Binary file not shown.
Binary file modified experiment/log_explanation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fa7242

Please sign in to comment.