mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
temporarily disable final check progress checking
it is interfering with regex automata solving
This commit is contained in:
parent
2065ea88ee
commit
d9d3ef78d2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace smt {
|
|||
m_params(params),
|
||||
/* Options */
|
||||
opt_EagerStringConstantLengthAssertions(true),
|
||||
opt_VerifyFinalCheckProgress(true),
|
||||
opt_VerifyFinalCheckProgress(false),
|
||||
opt_LCMUnrollStep(2),
|
||||
opt_NoQuickReturn_IntegerTheory(false),
|
||||
opt_DisableIntegerTheoryIntegration(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue