PolyhedralSets[ZPolyhedralSets]
IsEmpty
check whether a given ZPolyhedralSet is empty or not
Calling Sequence
Parameters
Description
Examples
References
Compatibility
IsEmpty(zpoly)
zpoly
-
ZPolyhedralSet
IsEmpty(zpoly) returns true if zpoly is empty, and otherwise returns false.
Create a Z-polyhedron in the two-dimensional space with a system of three linear inequalities.
Check whether it is empty.
Double-check that latter answer.
Create another Z-polyhedron in the three-dimensional space with a system of linear inequalities.
Rachid Seghir, Vincent Loechner, and Benoı̂t Meister. "Integer affine transformations of parametric Z-polytopes and applications to loop nest optimization." Proceedings of TACO, Vol. 9(2):8:1–8:27, 2012.
Rui-Juan Jing and Marc Moreno Maza. "Computing the Integer Points of a Polyhedron, I: Algorithm." Proceedings of CASC 2017: 225-241, Springer.
Rui-Juan Jing and Marc Moreno Maza. "Computing the Integer Points of a Polyhedron, II: Complexity Estimates." Proceedings of CASC 2017: 242-256, Springer.
The PolyhedralSets:-ZPolyhedralSets:-IsEmpty command was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
ZPolyhedralSets:-IsIntegerPointOf
ZPolyhedralSets:-IsContained
ZPolyhedralSets:-SamplePoint
ZPolyhedralSets:-IntegerPointDecomposition
ZPolyhedralSets:-EnumerateIntegerPoints
ZPolyhedralSets:-ZPolyhedralSet
ZPolyhedralSets
PolyhedralSets
Download Help Document