Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Oct 31, 2023
1 parent 63309c3 commit b054ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def eval_fim2(m, a, b):
for b in mod.DimFIM:
if a<=b:
dynamic_initial_element = eval_fim2(mod, a,b)
mod.TotalFIM[a,b] = dynamic_initial_element
mod.TotalFIM[a,b].value = dynamic_initial_element

### update greybox
grey_box_name = "ele_"+str(a)+"_"+str(b)
Expand Down

0 comments on commit b054ba3

Please sign in to comment.