3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-04-19 12:12:51 -07:00
parent 032e2618f6
commit ff154a09b3

View file

@ -55,10 +55,7 @@ namespace opt {
// TBD: m_sls.get_stats();
}
virtual void assert_expr(expr * t) {
expr_ref tmp(m);
m_solver->assert_expr(t);
m_pb2bv(t, tmp);
m_sls.assert_expr(tmp);
}
virtual void get_unsat_core(ptr_vector<expr> & r) {
m_solver->get_unsat_core(r);