mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
move branch of unit variable
This commit is contained in:
parent
3c26a965e1
commit
7eceeff349
4 changed files with 238 additions and 238 deletions
|
@ -79,7 +79,6 @@ namespace seq {
|
|||
|
||||
|
||||
bool branch_unit_variable(eqr const& e);
|
||||
bool branch_unit_variable(expr* X, expr_ref_vector const& units);
|
||||
|
||||
|
||||
/**
|
||||
|
@ -156,6 +155,8 @@ namespace seq {
|
|||
|
||||
bool can_align_from_lhs_aux(expr_ref_vector const& ls, expr_ref_vector const& rs);
|
||||
bool can_align_from_rhs_aux(expr_ref_vector const& ls, expr_ref_vector const& rs);
|
||||
|
||||
bool branch_unit_variable(expr* X, expr_ref_vector const& units);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue