3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

disable drat inside of quantifier elaboration

This commit is contained in:
Nikolaj Bjorner 2021-07-30 23:27:37 -07:00
parent 6dfaaa43cd
commit bcf0f671b8
2 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Author:
#include "qe/mbp/mbp_plugin.h"
#include "sat/smt/sat_th.h"
#include "sat/smt/q_model_fixer.h"
#include "sat/sat_solver.h"
namespace euf {
class solver;
@ -60,6 +61,7 @@ namespace q {
stats m_stats;
model_fixer m_model_fixer;
model_ref m_model;
sat::no_drat_params m_no_drat_params;
ref<::solver> m_solver;
scoped_ptr_vector<obj_hashtable<expr>> m_values;
scoped_ptr_vector<mbp::project_plugin> m_plugins;