Originally posted by: SystemAdmin
[Didier Vidal said:]
my problem now is:
how i can access the dvar variables of the different models which i create and run in the main function of my main model???
Hello,
Here is an example. It's from /examples/dotnet/x86_.net2005_8.0/Cutstock_change/Cutstock.vb .
Dim coef As Integer = subRC.Cplex.GetValue(subRC.OplModel.GetElement("Use").AsIntVarMap().Get(i))
Didier.
#DecisionOptimization#OPLusingCPLEXOptimizer