mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 22:18:56 +00:00
move sat.smt.proof.check_rup into solver.proof.check_rup #6616
This commit is contained in:
parent
94b79eefea
commit
fd97be0e3e
5 changed files with 5 additions and 7 deletions
|
@ -200,7 +200,6 @@ namespace sat {
|
|||
m_drat_check_sat = p.drat_check_sat();
|
||||
m_drat_file = p.drat_file();
|
||||
m_smt_proof_check = p.smt_proof_check();
|
||||
m_smt_proof_check_rup = p.smt_proof_check_rup();
|
||||
m_drat_disable = p.drat_disable();
|
||||
m_drat =
|
||||
!m_drat_disable && p.threads() == 1 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue