mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
Expl (#4462)
* cleaner API for explanation Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * remove an unnecessery check Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * expl Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d6ad371934
commit
97b480ded3
4 changed files with 63 additions and 38 deletions
|
@ -2344,7 +2344,7 @@ public:
|
|||
|
||||
void consume(rational const& v, lp::constraint_index j) override {
|
||||
m_imp.set_evidence(j, m_imp.m_core, m_imp.m_eqs);
|
||||
m_imp.m_explanation.add_with_coeff(j, v);
|
||||
m_imp.m_explanation.add_pair(j, v);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue