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:
parent
30a2ced9aa
commit
f5d9ffaca1
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue