Skip to content

Commit

Permalink
remove assert #7032
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 2, 2023
1 parent 331507c commit 585d027
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math/lp/lar_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,6 @@ namespace lp {
if (!v.y.is_zero()) {
v = impq(v.x + delta * v.y);
TRACE("lar_solver_feas", tout << "x[" << j << "] = " << v << "\n";);
SASSERT(!column_is_int(j) || v.is_int());
}
}
}
Expand Down

0 comments on commit 585d027

Please sign in to comment.