Test if a polyhedron represents the whole space \mathbb{R}^n.
ts = P.isFullSpace
ts = isFullSpace(P)
P |
Polyhedron in any format Class: Polyhedron |
ts |
True if the polyhedron ![]() Class: logical Allowed values:
|
A = [0 0]; b = 1;
P = Polyhedron(A,b);The polyhedron P is the whole space.
P.isFullSpace
ans = 1
◀ | projection | display | ▶ |
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk