3 lines
49 B
Mathematica
3 lines
49 B
Mathematica
|
|
function sol = minimize(h)
|
||
|
|
|
||
|
|
sol = solvesdp([],h);
|