mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
04ac5f03f7
commit
78f4513441
3 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ namespace lp {
|
|||
if (t.size() == 2) {
|
||||
bool seen_minus = false;
|
||||
bool seen_plus = false;
|
||||
for(const auto & p : t) {
|
||||
for(lar_term::ival p : t) {
|
||||
if (!lia.column_is_int(p.column()))
|
||||
goto usual_delta;
|
||||
const mpq & c = p.coeff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue