mirror of
https://github.com/Z3Prover/z3
synced 2026-04-28 23:03:36 +00:00
merge again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
172d0ea685
4 changed files with 19 additions and 29 deletions
|
|
@ -141,7 +141,7 @@ namespace euf {
|
|||
if (get_config().m_bv_solver == 0)
|
||||
ext = alloc(bv::solver, *this, fid);
|
||||
else if (get_config().m_bv_solver == 1)
|
||||
throw default_exception("polysat solver is not integrated");
|
||||
ext = alloc(polysat::solver, *this, fid);
|
||||
else if (get_config().m_bv_solver == 2)
|
||||
ext = alloc(intblast::solver, *this);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue