Dynamic-Calibration/utils/YALMIP-master/extras/@ncvar/gethackflag.m

5 lines
103 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function y = gethackflag(X)
%GETHACKFLAG Internal function to extract constraint type
y = X.typeflag;