Skip to content

Commit 08c6120

Browse files
committed
Remove some @show.
1 parent 391c3dc commit 08c6120

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Bridges/Constraint/DifferentFrom_Reify/reif_neq_to_milp.jl

-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ function MOIBC.bridge_constraint(
3535

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

4240
# For this formulation work, both lower and upper bounds are required on
4341
# the constrained expression (but obviously not on the binary reified

test/Bridges/Constraint/BinPacking/fixedcapa_to_varcapa.jl

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
for i in 1:n_bins
134134
@test MOI.is_valid(model, bridge.capa_var[i])
135135
@test MOI.is_valid(model, bridge.capa_bound[i])
136-
@show bridge.capa_bound[i]
137136
@test MOI.get(model, MOI.ConstraintSet(), bridge.capa_bound[i]) == MOI.LessThan(capas[i])
138137
f = MOI.get(model, MOI.ConstraintFunction(), bridge.capa_bound[i])
139138
@test length(f.terms) == 1

0 commit comments

Comments
 (0)