PrintLevel - Maple Help

Online Help

All Products    Maple    MapleSim


PolyhedralSets

  

PrintLevel

  

control level of detail when printing polyhedral sets

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

PrintLevel(n)

Parameters

n

-

non-negative integer, maximum number of constraints to print

Description

• 

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.

Examples

withPolyhedralSets:

If PrintLevel is less than the number of relations for a set,

PrintLevel4;QPolyhedralSetx+y+z1,0x,0y,0z,12x+y+z,12x+y+2z,3w+x,103w2x,w,x,y,z

10

Q{Coordinates:w,x,y,zRelations:z0,y0,xyz12,x0, and 2 more constraints

(1)

PrintLevel10

4

(2)

Q

{Coordinates:w,x,y,zRelations:z0,y0,xyz12,x0,x+y+z1,wx−3

(3)

PrintLevel0

10

(4)

Q

Object<<PolyhedralSet,140122312386752>>

(5)

Compatibility

• 

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]

PolyhedralSets