PolyhedralSets
PrintLevel
control level of detail when printing polyhedral sets
Calling Sequence
Parameters
Description
Examples
Compatibility
PrintLevel(n)
n
-
non-negative integer, maximum number of constraints to print
This command limits how many relations will be printed when evaluating a polyhedral set, returning the previous value. The default value is 10.
A value of zero disables the structured printing of polyhedral sets.
with⁡PolyhedralSets:
If PrintLevel is less than the number of relations for a set,
PrintLevel⁡4;Q≔PolyhedralSet⁡x+y+z≤1,0≤x,0≤y,0≤z,12≤x+y+z,12≤x+y+2⁢z,3≤w+x,−10≤3⁢w−2⁢x,w,x,y,z
10
Q≔{Coordinates:w,x,y,zRelations:−z≤0,−y≤0,−x−y−z≤−12,−x≤0, and 2 more constraints
PrintLevel⁡10
4
Q
{Coordinates:w,x,y,zRelations:−z≤0,−y≤0,−x−y−z≤−12,−x≤0,x+y+z≤1,−w−x≤−3
PrintLevel⁡0
Object<<PolyhedralSet,139657537319904>>
The PolyhedralSets[PrintLevel] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
PolyhedralSets[Display]
PolyhedralSets[Relations]
PolyhedralSets[Coordinates]
PolyhedralSets[ID]
PolyhedralSets[PolyhedralSet]
Download Help Document