Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenthanhvuh authored Feb 16, 2023
1 parent 38179d3 commit 8c68240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../tests/tr
...

# or on a C program

# FASTER: restrict nonlinear eqts to degree 2 and but don't generate inequalities or minmax invariants and
root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../benchmark/c/nla/cohendiv.c -maxdeg 2 -noieqs -nominmax -log 4

# SLOWER: but gives everything
root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../benchmark/c/nla/cohendiv.c -log 4
...

Expand Down

0 comments on commit 8c68240

Please sign in to comment.