mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
move parameter sat.smt.proof to solver.proof.log
this update breaks use cases that set sat.smt.proof to True. As it is such a new feature and the change affects possibly at most the tutorial it is made without compatibility layers.
This commit is contained in:
parent
cd0d52acec
commit
c7781f346d
4 changed files with 2 additions and 4 deletions
|
@ -8,6 +8,7 @@ def_module_params('solver',
|
|||
('lemmas2console', BOOL, False, 'print lemmas during search'),
|
||||
('instantiations2console', BOOL, False, 'print quantifier instantiations to the console'),
|
||||
('axioms2files', BOOL, False, 'print negated theory axioms to separate files during search'),
|
||||
('proof.log', SYMBOL, '', 'log clause proof trail into a file'),
|
||||
('proof.check', BOOL, True, 'check proof logs'),
|
||||
('proof.save', BOOL, False, 'save proof log into a proof object that can be extracted using (get-proof)'),
|
||||
('proof.trim', BOOL, False, 'trim and save proof into a proof object that an be extracted using (get-proof)'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue