Constraint Zonotope
In CORA, constraint zonotopes are instantiated by
% cZ = conZonotope(c,G,A,b);
where c is the zonotope center, G is the generator matrix, A is the constraint matrix, and b is the constraint offset.
Example:
% initialize constrained zonotope
cZ = conZonotope(c,G,A,b);
% plot constrained zonotope