function x = true(x)
% TRUE Constrains a variable to be positive
%
% TRUE(x) returns the constraint set(x>=1).
%
% For safety, it is advised to use the TRUE operator when working with
% logic co
function x = true(x)
% TRUE Constrains a variable to be positive
%
% TRUE(x) returns the constraint set(x>=1).
%
% For safety, it is advised to use the TRUE operator when working with
% logic co
function x = true(x)
% TRUE Constrains a variable to be positive
%
% TRUE(x) returns the constraint set(x>=1).
%
% For safety, it is advised to use the TRUE operator when working with
% logic co