3
0
Fork 0
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:
Lev Nachmanson 2020-02-22 21:30:09 -08:00
parent dcb81f0ad2
commit 8dcec5c4ad

View file

@ -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);