5 lines
103 B
Mathematica
5 lines
103 B
Mathematica
|
|
function y = gethackflag(X)
|
||
|
|
%GETHACKFLAG Internal function to extract constraint type
|
||
|
|
|
||
|
|
y = X.typeflag;
|