mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +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
|
@ -28,7 +28,7 @@ Author:
|
|||
#include "sat/smt/bv_theory_checker.h"
|
||||
#include "sat/smt/distinct_theory_checker.h"
|
||||
#include "sat/smt/tseitin_theory_checker.h"
|
||||
|
||||
#include "params/solver_params.hpp"
|
||||
|
||||
namespace euf {
|
||||
|
||||
|
@ -388,8 +388,8 @@ namespace euf {
|
|||
m_sat_solver.updt_params(m_params);
|
||||
m_drat.updt_config();
|
||||
m_rup = symbol("rup");
|
||||
sat_params sp(m_params);
|
||||
m_check_rup = sp.smt_proof_check_rup();
|
||||
solver_params sp(m_params);
|
||||
m_check_rup = sp.proof_check_rup();
|
||||
}
|
||||
|
||||
void smt_proof_checker::ensure_solver() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue