You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Aritra,
I was checking that the source file ModoModel is not considering the instances MOBPInstance and BOBPInstance when reading a MathProgBase model. I think is not big deal but you might want to take a look at it.
I would suggest switching the position of the conditions {if !(:Cont in var_types) && !(:Int in var_types)} and {if !(:Cont in var_types)} or using and elseif statement.
The text was updated successfully, but these errors were encountered:
Hello Aritra,
I was checking that the source file ModoModel is not considering the instances MOBPInstance and BOBPInstance when reading a MathProgBase model. I think is not big deal but you might want to take a look at it.
I would suggest switching the position of the conditions {if !(:Cont in var_types) && !(:Int in var_types)} and {if !(:Cont in var_types)} or using and elseif statement.
The text was updated successfully, but these errors were encountered: