-
Notifications
You must be signed in to change notification settings - Fork 24
Various updates in preparation for Z3 version update #585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 3 commits
af20496
30ee823
1d537fd
9779fe2
4539def
8f6223c
e54345f
482ebe8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,16 +51,10 @@ trait BoogieInterface { | |
| "/errorTrace:0", | ||
| "/errorLimit:10000000", | ||
| "/proverOpt:O:smt.AUTO_CONFIG=false", | ||
| "/proverOpt:O:smt.PHASE_SELECTION=0", | ||
|
marcoeilers marked this conversation as resolved.
|
||
| "/proverOpt:O:smt.RESTART_STRATEGY=0", | ||
| "/proverOpt:O:smt.RESTART_FACTOR=|1.5|", | ||
| "/proverOpt:O:smt.ARITH.RANDOM_INITIAL_VALUE=true", | ||
|
marcoeilers marked this conversation as resolved.
|
||
| "/proverOpt:O:smt.CASE_SPLIT=3", | ||
| "/proverOpt:O:smt.DELAY_UNITS=true", | ||
| "/proverOpt:O:NNF.SK_HACK=true", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume this option has gone? Not sure what it did, to be honest
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It still exists, and the other removed ones also still exist IIRC.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I checked, and the options change essentially makes no difference for performance or completeness, neither with old Z3 4.8.7 nor with new Z3 4.16.0. I still think we should make the change, since it would re-align the options we use in Silicon and Carbon, and those with Dafny as well. |
||
| "/proverOpt:O:smt.MBQI=false", | ||
| "/proverOpt:O:smt.QI.EAGER_THRESHOLD=100", | ||
| "/proverOpt:O:smt.BV.REFLECT=true", | ||
|
marcoeilers marked this conversation as resolved.
|
||
| "/proverOpt:O:smt.qi.max_multi_patterns=1000", | ||
| s"/proverOpt:PROVER_PATH=$z3Path") | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.