Originally posted by: ShaCplex
Dear sir,
if we have a set say,
tuple AIRCRAFTS{
string aircrafts;
}
{AIRCRAFTS}aircrafts=...;
we can write ,
1. forall(a in aircrafts)
2. sum( a in aircrafts) etc
But can we have " not in" also?
say, how can I write forall(a not in aircrafts)..
Regards,
shahul
#DecisionOptimization#OPLusingCPLEXOptimizer