mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
Option to enable cube normalization in quic generalizer
This commit is contained in:
parent
852e181fed
commit
04a778f2fd
2 changed files with 5 additions and 2 deletions
|
@ -189,6 +189,7 @@ def_module_params('fixedpoint',
|
|||
('spacer.iuc.debug_proof', BOOL, False, 'prints proof used by unsat-core-learner for debugging purposes'),
|
||||
('spacer.simplify_pob', BOOL, False, 'simplify POBs by removing redundant constraints'),
|
||||
('spacer.use_quant_generalizer', BOOL, False, 'use quantified lemma generalizer'),
|
||||
('spacer.quic_gen_normalize', BOOL, True, 'normalize cube before quantified generalization'),
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue