Skip to content

Commit 3d5500f

Browse files
committed
Removing debugging
1 parent d1d2baa commit 3d5500f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyomo/gdp/plugins/multiple_bigm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,6 @@ def _transform_bound_constraints(self, active_disjuncts, transBlock, Ms):
581581
for (c, disj) in lower_bound_constraints_by_var[v]:
582582
relaxationBlock._constraintMap['srcConstraints'][
583583
transformed[idx, 'lb']].append(c)
584-
print(disj)
585-
print(disj.transformation_block.name)
586-
print(c)
587-
print('===============')
588584
disj.transformation_block._constraintMap[
589585
'transformedConstraints'][c] = [transformed[idx, 'lb']]
590586
if len(upper_dict) > 0:

0 commit comments

Comments
 (0)