mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
add a comment
This commit is contained in:
parent
b3673d491e
commit
a55aa1a648
|
@ -35,6 +35,7 @@ class implied_bound {
|
||||||
private:
|
private:
|
||||||
std::function<u_dependency*(int *)> m_explain_bound = nullptr;
|
std::function<u_dependency*(int *)> m_explain_bound = nullptr;
|
||||||
public:
|
public:
|
||||||
|
// s is expected to be the pointer to lp_bound_propagator.
|
||||||
u_dependency* explain(int * s) const { return m_explain_bound(s); }
|
u_dependency* explain(int * s) const { return m_explain_bound(s); }
|
||||||
void set_explain(std::function<u_dependency*(int *)> f) { m_explain_bound = f; }
|
void set_explain(std::function<u_dependency*(int *)> f) { m_explain_bound = f; }
|
||||||
lconstraint_kind kind() const {
|
lconstraint_kind kind() const {
|
||||||
|
|
Loading…
Reference in a new issue