3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00

clean up and add clang-format off

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-06-30 11:57:42 -07:00
parent 30a2ced9aa
commit f5d9ffaca1
5 changed files with 5 additions and 5 deletions

View file

@ -878,9 +878,6 @@ int int_solver::select_int_infeasible_var() {
enum state { small_box, is_small_value, any_value, not_found };
state st = not_found;
// 1. small box
// 2. small value
// 3. any value
for (unsigned j : lra.r_basis()) {
if (!column_is_int_inf(j))
continue;