function [F,properties,arguments,fcn]=model(X,method,options,extstruct) %MODEL Extracts nonlinear operator models % % [F,properties] = model(x) % % MODEL returns the constraints needed to model a variable related to an % extended operator such as min, max, abs, norm, geomean, ... % % Examples : % % sdpvar x y; % t = min(x,y); % [F,properties] = epigraph(t) % Gives (F = set(t