====== BigObject Visual::PolytopeLattice ====== //from application [[..:polytope|polytope]]//\\ \\ Visualization of the ''[[..:polytope:Polytope#HASSE_DIAGRAM |HASSE_DIAGRAM]]'' of a polyhedron as a multi-layer graph.. ===== Methods ===== ==== no category ==== {{anchor:min_max_face:}} ? **''MIN_MAX_FACE([[..:polytope:LinearProgram |LinearProgram]] lp)''** :: Illustrate the behavior of a linear objective function on the polytope. Draw the filters of the ''[[..:polytope:LinearProgram#MAXIMAL_FACE |MAXIMAL_FACE]]'' and ''[[..:polytope:LinearProgram#MINIMAL_FACE |MINIMAL_FACE]]'' in distinct colors. ? Parameters: :: ''[[..:polytope:LinearProgram |LinearProgram]]'' ''lp'': a LinearProgram object attached to the polytope ? Options: : :: ''[[..:common#Color |Color]]'' ''min'': minimal face decoration (default: yellow border and ingoing edges) :: ''[[..:common#Color |Color]]'' ''max'': maximal face decoration (default: red border and ingoing edges) ? Returns: :''[[..:polytope:Visual_PolytopeLattice |Visual::PolytopeLattice]]'' ----