Originally posted by: sandeepsinghchauhan
tuple A
{
key int toy;
key int boys;
key int girls;
}
{A} Child = ...;
dvar float+ X[Child];
maximize sum(dv in child)X[dv];
This 'dv in child' will add
but i want to sum over girls only not with toy and boys
#DecisionOptimization#OPLusingCPLEXOptimizer