mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
* Fixed bug in UP * Put decrement at the right position * Fixed replaying in UP * Set UP persist clauses to false
This commit is contained in:
parent
c2b7b58c78
commit
acd48b6a30
3 changed files with 12 additions and 11 deletions
|
@ -103,7 +103,7 @@ def_module_params(module_name='smt',
|
|||
('arith.print_ext_var_names', BOOL, False, 'print external variable names'),
|
||||
('pb.conflict_frequency', UINT, 1000, 'conflict frequency for Pseudo-Boolean theory'),
|
||||
('pb.learn_complements', BOOL, True, 'learn complement literals for Pseudo-Boolean theory'),
|
||||
('up.persist_clauses', BOOL, True, 'replay propagated clauses below the levels they are asserted'),
|
||||
('up.persist_clauses', BOOL, False, 'replay propagated clauses below the levels they are asserted'),
|
||||
('array.weak', BOOL, False, 'weak array theory'),
|
||||
('array.extensional', BOOL, True, 'extensional array theory'),
|
||||
('clause_proof', BOOL, False, 'record a clausal proof'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue