How we can use a set (defined in OPL) in script (CPLEX/execute)

前端 未结 0 471
孤街浪徒
孤街浪徒 2020-12-07 00:22

I defined a set like this in OPL/CPLEX

{string} S1={"a","b","c"};
{string} S2= S1 diff {"a"}; //which return S2={"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题