mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
temporarily disable final check progress checking
it is interfering with regex automata solving
This commit is contained in:
parent
2065ea88ee
commit
d9d3ef78d2
|
@ -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…
Reference in a new issue