mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 22:43:56 +00:00
Add intblast solver
This commit is contained in:
parent
0520558fc0
commit
9293923b8a
28 changed files with 1621 additions and 58 deletions
|
@ -36,6 +36,7 @@ struct theory_bv_params {
|
|||
bool m_bv_watch_diseq = false;
|
||||
bool m_bv_delay = true;
|
||||
bool m_bv_size_reduce = false;
|
||||
unsigned m_bv_solver = 0;
|
||||
theory_bv_params(params_ref const & p = params_ref()) {
|
||||
updt_params(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue