Skip to content

Commit

Permalink
Remove some @show.
Browse files Browse the repository at this point in the history
  • Loading branch information
dourouc05 committed Aug 12, 2021
1 parent 391c3dc commit 08c6120
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ function MOIBC.bridge_constraint(

# Only change with respect to CP.Reification{MOI.EqualTo}: change the
# sign of the first variable.
# @show f_scalars
f_scalars[1] = one(T) - f_scalars[1]
# @show f_scalars

# For this formulation work, both lower and upper bounds are required on
# the constrained expression (but obviously not on the binary reified
Expand Down
1 change: 0 additions & 1 deletion test/Bridges/Constraint/BinPacking/fixedcapa_to_varcapa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
for i in 1:n_bins
@test MOI.is_valid(model, bridge.capa_var[i])
@test MOI.is_valid(model, bridge.capa_bound[i])
@show bridge.capa_bound[i]
@test MOI.get(model, MOI.ConstraintSet(), bridge.capa_bound[i]) == MOI.LessThan(capas[i])
f = MOI.get(model, MOI.ConstraintFunction(), bridge.capa_bound[i])
@test length(f.terms) == 1
Expand Down

0 comments on commit 08c6120

Please sign in to comment.