mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
re-add smt-solver for proof_cmds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
37fab88de0
commit
8b8caf9ded
|
@ -24,7 +24,7 @@ Notes:
|
||||||
#include "util/small_object_allocator.h"
|
#include "util/small_object_allocator.h"
|
||||||
#include "ast/ast_util.h"
|
#include "ast/ast_util.h"
|
||||||
#include "cmd_context/cmd_context.h"
|
#include "cmd_context/cmd_context.h"
|
||||||
// include "smt/smt_solver.h"
|
#include "smt/smt_solver.h"
|
||||||
// include "sat/sat_solver.h"
|
// include "sat/sat_solver.h"
|
||||||
// include "sat/sat_drat.h"
|
// include "sat/sat_drat.h"
|
||||||
#include "sat/smt/euf_proof_checker.h"
|
#include "sat/smt/euf_proof_checker.h"
|
||||||
|
@ -57,7 +57,7 @@ public:
|
||||||
// sat_solver(m_params, m.limit()),
|
// sat_solver(m_params, m.limit()),
|
||||||
// m_drat(sat_solver)
|
// m_drat(sat_solver)
|
||||||
{
|
{
|
||||||
// m_solver = mk_smt_solver(m, m_params, symbol());
|
m_solver = mk_smt_solver(m, m_params, symbol());
|
||||||
}
|
}
|
||||||
|
|
||||||
void check(expr_ref_vector const& clause, expr* proof_hint) {
|
void check(expr_ref_vector const& clause, expr* proof_hint) {
|
||||||
|
|
Loading…
Reference in a new issue