mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
a version with less pointers: got a conflict
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5a36e02c58
commit
52653e6e43
7 changed files with 181 additions and 74 deletions
|
@ -591,6 +591,7 @@ public:
|
|||
}
|
||||
return dep;
|
||||
}
|
||||
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); }
|
||||
inline constraint_set const& constraints() const { return m_constraints; }
|
||||
void push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue