Originally posted by: GACNEU
Please find my project in the attachment.
I have a model in DistributionNetwork.mod.
and i want to call the model in another model file SensitiveAnalyze.mod
two problems i have here.
firstly, in SensitiveAnalyze.mod, if coef vary from 0.1 to 1, such as "for(var coef = 1; coef<=1; coef=coef+0.1)"
it shows "3DCs are selected" when coef = 1
and if coef vary from 1.0 to 1.0, such as "for(var coef = 1; coef<=1; coef=coef+0.1)"
it shows "1DCs are selected" when coef = 1
how weird it is
second, in the simple model DistributionNetwork.mod, i have a contraint named "ct"
and i want to change its coef in SensitiveAnalyze, but errors are reported
how to deal with this errors.
Thanks a lot for you attention!
#DecisionOptimization#OPLusingCPLEXOptimizer