Skip to content

Commit

Permalink
re-add smt-solver for proof_cmds
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 29, 2022
1 parent 37fab88 commit 8b8caf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd_context/extra_cmds/proof_cmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Module Name:
#include "util/small_object_allocator.h"
#include "ast/ast_util.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_drat.h"
#include "sat/smt/euf_proof_checker.h"
Expand Down Expand Up @@ -57,7 +57,7 @@ class smt_checker {
// sat_solver(m_params, m.limit()),
// 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) {
Expand Down

0 comments on commit 8b8caf9

Please sign in to comment.