mirror of
https://github.com/Z3Prover/z3
synced 2026-03-03 20:24:36 +00:00
integrating int-blaster
This commit is contained in:
parent
09c2e0dd6e
commit
701671466b
14 changed files with 285 additions and 77 deletions
|
|
@ -135,11 +135,8 @@ namespace euf {
|
|||
special_relations_util sp(m);
|
||||
if (pb.get_family_id() == fid)
|
||||
ext = alloc(pb::solver, *this, fid);
|
||||
else if (bvu.get_family_id() == fid) {
|
||||
ext = alloc(bv::solver, *this, fid);
|
||||
dealloc(ext);
|
||||
ext = alloc(polysat::solver, *this, fid);
|
||||
}
|
||||
else if (bvu.get_family_id() == fid)
|
||||
ext = alloc(polysat::solver, *this, fid);
|
||||
else if (au.get_family_id() == fid)
|
||||
ext = alloc(array::solver, *this, fid);
|
||||
else if (fpa.get_family_id() == fid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue