Skip to content

Commit

Permalink
comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 1, 2024
1 parent a53b4be commit 6e75446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackwardAlgorithms/backward_default.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ end
remove_constraints!(::LazySet) = nothing

function remove_constraints!(P::LazySets.HPoly)
m1 = length(P.constraints)
# m1 = length(P.constraints)
remove_redundant_constraints!(P)
m2 = length(P.constraints)
# m2 = length(P.constraints)
# println("$(m1 - m2)/$m1 constraints removed")
return nothing
end
Expand Down

0 comments on commit 6e75446

Please sign in to comment.