|
politopix
5.0.0
|
#include <stdexcept>#include <exception>#include <vector>#include <cmath>#include <set>#include <unordered_set>#include "polito_Export.h"#include "Rn.h"#include "Tracking.h"#include "Point_Rn.h"#include "HalfSpace_Rn.h"

Go to the source code of this file.
Classes | |
| class | Generator_Rn |
| A n-coordinates generator, which can be a vertex or an edge whether it is contained by a polytope or a polyhedral cone. It contains all of its support facets. More... | |
| class | Generator_Rn_SD |
| A n-coordinates generator for internal data structure. It can be a vertex or an edge whether it is embedded in a polytope or a polyhedral cone. It contains all of its support facets. More... | |
Definition in file Generator_Rn.h.