mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +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
|
@ -178,7 +178,6 @@ namespace sat {
|
|||
bool m_drat_disable;
|
||||
bool m_drat_binary;
|
||||
symbol m_drat_file;
|
||||
symbol m_smt_proof;
|
||||
bool m_smt_proof_check;
|
||||
bool m_smt_proof_check_rup;
|
||||
bool m_drat_check_unsat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue