mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix build of test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
045448e5b2
commit
3931dd5da0
1 changed files with 2 additions and 0 deletions
|
@ -295,12 +295,14 @@ public:
|
|||
} else {
|
||||
if (p.coeff().is_int()) {
|
||||
// m_fj will be zero and no monomial will be added
|
||||
#if 0
|
||||
if (at_lower(j)) {
|
||||
m_ex.push_justification(column_lower_bound_constraint(j));
|
||||
}
|
||||
if (at_upper(j)) {
|
||||
m_ex.push_justification(column_upper_bound_constraint(j));
|
||||
}
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
some_int_columns = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue