3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-03 20:24:36 +00:00

integrating int-blaster

This commit is contained in:
Nikolaj Bjorner 2023-12-10 19:55:25 -08:00
parent 09c2e0dd6e
commit 701671466b
14 changed files with 285 additions and 77 deletions

View file

@ -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)