mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
add parameters to control grobner's explosure
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7a2dc6e69e
commit
bb6511b425
8 changed files with 63 additions and 39 deletions
|
@ -152,7 +152,7 @@ namespace dd {
|
|||
s.push_equation(solver::to_simplify, dst);
|
||||
}
|
||||
// v has been eliminated.
|
||||
SASSERT(!dst->poly().free_vars().contains(v));
|
||||
// SASSERT(!dst->poly().free_vars().contains(v));
|
||||
add_to_use(dst, use_list);
|
||||
}
|
||||
if (all_reduced) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue