Originally posted by: SystemAdmin
[UDOPS said:]
Is the keyword "with" limited to named sets, or can it be used with derived sets?
For example, how can I make the following work?
{train} TrainData with origin in {p.block | p in Profile}=...;
If I had to make another named set, I think it would be better to just skip using "with" and build an assert statement. Without this extension, "with" seems limited in application.
#DecisionOptimization#OPLusingCPLEXOptimizer