3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

add a comment

This commit is contained in:
Lev Nachmanson 2023-09-14 19:29:48 -07:00
parent b3673d491e
commit a55aa1a648

View file

@ -35,6 +35,7 @@ class implied_bound {
private:
std::function<u_dependency*(int *)> m_explain_bound = nullptr;
public:
// s is expected to be the pointer to lp_bound_propagator.
u_dependency* explain(int * s) const { return m_explain_bound(s); }
void set_explain(std::function<u_dependency*(int *)> f) { m_explain_bound = f; }
lconstraint_kind kind() const {