function [c,ceq] = xy_NB(x)

% siehe auch help fmincon, doc fmincon und Benker_K24_S.221 und S.222:

c=[-x(1)-2*x(2)-2*x(3);x(1)+2*x(2)+2*x(3)-72];
ceq=[];

end