Illustrate the behavior of a linear objective function on the polytope.
Draw the facets contained in MAXIMAL_FACE and MINIMAL_FACE in
distinguished colors (by default, red and yellow).
The optional parameter LPobject is introduced for the future use, when
it will be possible to store several objective function in a Polytope object.
Illustrate the behavior of a linear objective function on the polytope.
Color the vertices according to the values of the objective function
(VERTEX_COLORS)
The optional parameter LPobject is introduced for the future use, when
it will be possible to store several objective function in a Polytope object.
Illustrate the behavior of a linear objective function on the polytope.
Superpose the drawing with the directed graph induced by the objective function.
The optional parameter LPobject is introduced for the future use, when
it will be possible to store several objective function in a Polytope object.
Add the STEINER_POINTS to the 3-d visualization
The facets are made transparent.
Each auxiliary method always returns the visual object it has called with ($this), which makes it easy to build longer method
chains of the kind: VISUAL->DIRECTED_GRAPH->VERTEX_COLORS .