To create any polyhedron, first define the symbols used. Then use the polyhedron functions to define the constraints. The following is a simple running example illustrating some different operations and properties that can be performed by LinPy with two squares.
>>> from linpy import *
To create any polyhedron, first define the symbols used. Then use the polyhedron functions to define the constraints. The following is a simple running example illustrating some different operations and properties that can be performed by LinPy with two squares.
The user also can pass another plot to the :meth:`plot` method. This can be useful to compare two polyhedrons on the same axis. This example illustrates the union of two squares.
The user also can pass another plot to the :meth:`plot` method. This can be useful to compare two polyhedrons on the same axis. This example illustrates the union of two squares.
-
+
>>> from linpy import *
>>> import matplotlib.pyplot as plt
>>> from matplotlib import pylab
>>> from linpy import *
>>> import matplotlib.pyplot as plt
>>> from matplotlib import pylab
@@ -93,11+96,11 @@ The user also can pass another plot to the :meth:`plot` method. This can be usef