5 lines
77 B
Mathematica
5 lines
77 B
Mathematica
|
|
function x = integer(x)
|
||
|
|
% integer (overloaded)
|
||
|
|
|
||
|
|
x = sdpvar(x);
|
||
|
|
x = binary(x);
|