-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ubuntu
committed
Sep 1, 2024
1 parent
2c867dc
commit c586805
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
python3 avr.py --backend y2 --split | ||
python3 avr.py --kind --abstract sa --backend bt | ||
python3 avr.py --kind --abstract sa --backend y2 --split | ||
python3 avr.py --abstract sa | ||
python3 avr.py --kind --abstract sa --backend bt | ||
python3 avr.py --bmc --abstract sa --backend bt --split | ||
python3 avr.py | ||
python3 avr.py --abstract sa8 --level 5 --granularity 3 --forward 1 --interpol 1 | ||
python3 avr.py --abstract sa4 --backend y2 --split --forward 1 --interpol 1 | ||
python3 avr.py --split --level 0 | ||
python3 avr.py | ||
python3 avr.py --abstract sa8 --backend y2 --split --interpol 1 | ||
python3 avr.py --kind --abstract sa --backend bt --split | ||
python3 avr.py --bmc --abstract sa --backend y2 | ||
python3 avr.py --abstract sa --backend bt | ||
python3 avr.py --abstract sa+heavy | ||
python3 avr.py --split --level 0 | ||
python3 avr.py --bmc --abstract sa+heavy --backend bt | ||
python3 avr.py --kind --abstract sa+heavy --backend bt | ||
python3 avr.py --bmc --abstract sa --backend y2 | ||
python3 avr.py --kind --abstract sa --backend bt --split | ||
python3 avr.py --abstract sa+heavy --backend y2 --split | ||
python3 avr.py --abstract sa16 --backend y2 --split | ||
python3 avr.py --kind --abstract sa --backend y2 |