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.
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.