mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
update format and checker for implied-eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
249f0de80b
commit
f0184c3fde
8 changed files with 192 additions and 94 deletions
|
@ -612,7 +612,8 @@ class lp_bound_propagator {
|
|||
constraint_index lc, uc;
|
||||
lp().get_bound_constraint_witnesses_for_column(j, lc, uc);
|
||||
ex.push_back(lc);
|
||||
ex.push_back(uc);
|
||||
if (lc != uc)
|
||||
ex.push_back(uc);
|
||||
}
|
||||
|
||||
vector<edge> connect_in_tree(const vertex* u, const vertex* v) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue