Skip to content

Commit

Permalink
Clarify execution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcbrule committed Aug 17, 2020
1 parent 1331cb0 commit d3c0da5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ An annotated `example.py` demonstrates basic usage.

Lantern was developed against `torch==1.5.0` and `z3-solver==4.8.7.0`.
Linear Real Arithmetic appears to be stable, but we have noticed some changes
to the floating point solvers as z3 continues to be developed.
to the floating point solvers as z3 continues to be developed. To reproduce our
environment, we recommend executing:

git clone https://github.com/JHUAPL/lantern-smt.git
pip3 install -r requirements.txt
python3 example.py

In a Python 3 virtual environment.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
z3-solver
torch==1.5.0
z3-solver==4.8.7.0

0 comments on commit d3c0da5

Please sign in to comment.