mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add a comment
This commit is contained in:
parent
b3673d491e
commit
a55aa1a648
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue