Originally posted by: Hello76483
Hey, how is it possible to combine two existing sets, so that we have subsets and the combined set?
For example something like that:
{int} N = ...;
{int} S=...;
{int} All= {{S} + {N}};
Thanks!
#DecisionOptimization#OPLusingCPLEXOptimizer