3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00

move branch of unit variable

This commit is contained in:
Nikolaj Bjorner 2021-03-08 10:09:04 -08:00
parent 3c26a965e1
commit 7eceeff349
4 changed files with 238 additions and 238 deletions

View file

@ -436,7 +436,6 @@ namespace smt {
bool check_length_coherence(expr* e);
bool fixed_length(bool is_zero = false);
bool fixed_length(expr* e, bool is_zero);
bool branch_unit_variable(dependency* dep, expr* X, expr_ref_vector const& units);
bool branch_variable_eq(depeq const& e);
bool branch_binary_variable(depeq const& e);
bool can_align_from_lhs(expr_ref_vector const& ls, expr_ref_vector const& rs);