4 lines
86 B
Mathematica
4 lines
86 B
Mathematica
|
|
function t = alldifferent(X)
|
||
|
|
% alldifferent (overloaded)
|
||
|
|
|
||
|
|
t = alldifferent(sdpvar(X));
|