3
0
Fork 0
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:
Bernhard Gleiss 2017-10-23 15:39:59 +02:00 committed by Arie Gurfinkel
parent c3a66217e1
commit 25fad153d1
6 changed files with 36 additions and 16 deletions

View file

@ -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')
))