mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
intblast debugging
This commit is contained in:
parent
380508365c
commit
fbecbd7d70
7 changed files with 88 additions and 15 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