Skip to content

Commit 882e61a

Browse files
committed
Fixing merge conflicts
1 parent d53af9b commit 882e61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyomo/gdp/plugins/multiple_bigm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def __init__(self):
192192
}
193193
self._transformation_blocks = {}
194194
self._algebraic_constraints = {}
195+
self._arg_list = {}
195196

196197
def _apply_to(self, instance, **kwds):
197198
self.used_args = ComponentMap()
@@ -201,6 +202,7 @@ def _apply_to(self, instance, **kwds):
201202
self.used_args.clear()
202203
self._transformation_blocks.clear()
203204
self._algebraic_constraints.clear()
205+
self._arg_list.clear()
204206

205207
def _apply_to_impl(self, instance, **kwds):
206208
if not instance.ctype in (Block, Disjunct):

0 commit comments

Comments
 (0)