I defined a set like this in OPL/CPLEX
{string} S1={"a","b","c"}; {string} S2= S1 diff {"a"}; //which return S2={"