|
politopix
5.0.0
|
#include <boost/shared_ptr.hpp>#include <stdexcept>#include <exception>#include <iostream>#include <vector>#include "polito_Export.h"#include "PolyhedralCone_Rn.h"#include "Generator_Rn.h"#include "HalfSpace_Rn.h"#include "IO_Polytope.h"

Go to the source code of this file.
Classes | |
| class | Polytope_Rn |
| Model a polytope using its two equivalent definitions : the convex hull and the half-space intersection. More... | |
| class | CappedPolytope_Rn |
| Model a capped polytope i.e. a polytope where we can partition the facets in two sets: regular facets and cap facets which can be removed. More... | |
Definition in file Polytope_Rn.h.