mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
This commit is contained in:
parent
83662701b6
commit
db79346ef7
14 changed files with 460 additions and 12 deletions
|
@ -294,6 +294,7 @@ namespace euf {
|
|||
r.insert("theory_solver", CPK_BOOL, "theory solvers.", "true");
|
||||
r.insert("ite_solver", CPK_BOOL, "use if-then-else solver.", "true");
|
||||
r.insert("context_solve", CPK_BOOL, "solve equalities under disjunctions.", "false");
|
||||
r.insert("eliminate_mod", CPK_BOOL, "eliminate modulus from equations", "true");
|
||||
}
|
||||
|
||||
void solve_eqs::collect_statistics(statistics& st) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue