mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
added option fixedpoint.spacer.iuc.debug_proof to debug proof which is used for generation of iuc
This commit is contained in:
parent
c3a66217e1
commit
25fad153d1
6 changed files with 36 additions and 16 deletions
|
@ -186,6 +186,7 @@ def_module_params('fixedpoint',
|
|||
('spacer.lemma_sanity_check', BOOL, False, 'check during generalization whether lemma is actually correct'),
|
||||
('spacer.reuse_pobs', BOOL, True, 'reuse POBs'),
|
||||
('spacer.print_farkas_stats', BOOL, False, 'prints for each proof how many Farkas lemmas it contains and how many of these participate in the cut'),
|
||||
('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')
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue