mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 23:14:40 +00:00
intblast debugging
This commit is contained in:
parent
f89de2b455
commit
9373e1b7f5
8 changed files with 121 additions and 22 deletions
|
|
@ -40,7 +40,7 @@ namespace polysat {
|
|||
m_intblast(ctx),
|
||||
m_lemma(ctx.get_manager())
|
||||
{
|
||||
ctx.get_egraph().add_plugin(alloc(euf::bv_plugin, ctx.get_egraph()));
|
||||
// ctx.get_egraph().add_plugin(alloc(euf::bv_plugin, ctx.get_egraph()));
|
||||
}
|
||||
|
||||
unsigned solver::get_bv_size(euf::enode* n) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue