mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
disable drat inside of quantifier elaboration
This commit is contained in:
parent
6dfaaa43cd
commit
bcf0f671b8
2 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,7 @@ namespace q {
|
|||
add_plugin(ap);
|
||||
add_plugin(alloc(mbp::datatype_project_plugin, m));
|
||||
add_plugin(alloc(mbp::array_project_plugin, m));
|
||||
|
||||
}
|
||||
|
||||
lbool mbqi::operator()() {
|
||||
|
@ -565,7 +566,7 @@ namespace q {
|
|||
|
||||
void mbqi::init_solver() {
|
||||
if (!m_solver)
|
||||
m_solver = mk_smt2_solver(m, ctx.s().params());
|
||||
m_solver = mk_smt2_solver(m, m_no_drat_params);
|
||||
}
|
||||
|
||||
void mbqi::init_search() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue