mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
use u_dependency in eprime_pair
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1408fe60ab
commit
5db46c1d81
4 changed files with 43 additions and 20 deletions
|
@ -600,7 +600,7 @@ public:
|
|||
}
|
||||
|
||||
void explain_fixed_column(unsigned j, explanation& ex);
|
||||
u_dependency* join_deps(u_dependency* a, u_dependency *b) { return m_dependencies.mk_join(a, b); }
|
||||
u_dependency* mk_join(u_dependency* a, u_dependency *b) { return m_dependencies.mk_join(a, b); }
|
||||
inline constraint_set const& constraints() const { return m_constraints; }
|
||||
void push();
|
||||
void pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue