mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
add option branch_flip to lp_settings
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
dcb81f0ad2
commit
8dcec5c4ad
|
@ -296,7 +296,6 @@ namespace smt {
|
||||||
}
|
}
|
||||||
|
|
||||||
void theory_array::apply_sort_cnstr(enode * n, sort * s) {
|
void theory_array::apply_sort_cnstr(enode * n, sort * s) {
|
||||||
return;
|
|
||||||
SASSERT(is_array_sort(s));
|
SASSERT(is_array_sort(s));
|
||||||
if (!is_attached_to_var(n))
|
if (!is_attached_to_var(n))
|
||||||
mk_var(n);
|
mk_var(n);
|
||||||
|
|
Loading…
Reference in a new issue