4 lines
120 B
Mathematica
4 lines
120 B
Mathematica
|
|
function F = gmset(t,x1,x2)
|
||
|
|
%GMSET Internal function used for MAXDET formulation
|
||
|
|
|
||
|
|
F = (cone([t;(x1-x2)/2],(x1+x2)/2));
|