mirror of
https://github.com/Z3Prover/z3
synced 2025-09-17 07:01:27 +00:00
Pobs are always managed
Removed options to allow unmanaged pobs. Other minor cleanups.
This commit is contained in:
parent
1910b4c87c
commit
c00c6b4285
3 changed files with 37 additions and 42 deletions
|
@ -160,7 +160,6 @@ def_module_params('fp',
|
|||
'2 = use Gaussian elimination optimization (broken), 3 = use additive IUC plugin'),
|
||||
('spacer.iuc.old_hyp_reducer', BOOL, False, 'use old hyp reducer instead of new implementation, for debugging only'),
|
||||
('spacer.validate_lemmas', BOOL, False, 'Validate each lemma after generalization'),
|
||||
('spacer.reuse_pobs', BOOL, True, 'Reuse pobs'),
|
||||
('spacer.ground_pobs', BOOL, True, 'Ground pobs by using values from a model'),
|
||||
('spacer.iuc.print_farkas_stats', BOOL, False, 'prints for each proof how many Farkas lemmas it contains and how many of these participate in the cut (for debugging)'),
|
||||
('spacer.iuc.debug_proof', BOOL, False, 'prints proof used by unsat-core-learner for debugging purposes (debugging)'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue