mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +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) {
|
||||
return;
|
||||
SASSERT(is_array_sort(s));
|
||||
if (!is_attached_to_var(n))
|
||||
mk_var(n);
|
||||
|
|
Loading…
Reference in a new issue