Originally posted by: SystemAdmin
Hey guys!
When we do single-objective model,we use "opl.CP.ObjValue"(from c#) to get the object value.
If i do multi-objective model, i set "dexpr int e1 =……,dexpr int e2 = ……".And i use "minimize staticLex(e1, e2)" to let cp slove multiobject.But here comes the question: how can i get the two object value from c#?
Thanks!
#DecisionOptimization#OPLusingCPOptimizer