#include "Grid.types.hh"#include "globals.defs.hh"#include "Variable.defs.hh"#include "Linear_Expression.defs.hh"#include "Constraint.defs.hh"#include "Constraint_System.defs.hh"#include "Constraint_System.inlines.hh"#include "Congruence_System.defs.hh"#include "Congruence_System.inlines.hh"#include "Grid_Generator_System.defs.hh"#include "Grid_Generator_System.inlines.hh"#include "Grid_Generator.types.hh"#include "Poly_Con_Relation.defs.hh"#include "Poly_Gen_Relation.defs.hh"#include "Grid_Certificate.types.hh"#include <vector>#include <iosfwd>#include "Grid_Status.idefs.hh"#include "Grid_Status.inlines.hh"#include "Grid.inlines.hh"#include "Grid.templates.hh"


Go to the source code of this file.
Namespaces | |
| namespace | Parma_Polyhedra_Library |
| namespace | Parma_Polyhedra_Library::IO_Operators |
| namespace | std |
Classes | |
| class | Parma_Polyhedra_Library::Grid |
| A grid. More... | |
| class | Parma_Polyhedra_Library::Grid::Status |
| A conjunctive assertion about a grid. More... | |
Defines | |
| #define | PPL_Grid_defs_hh 1 |
| #define | STRONG_REDUCTION |
| #define | print_dim_kinds(msg, dim_kinds) |
| #define | trace_dim_kinds(msg, dim_kinds) |
| #define | PPL_IN_Grid_CLASS |
| #define PPL_Grid_defs_hh 1 |
Definition at line 24 of file Grid.defs.hh.
| #define PPL_IN_Grid_CLASS |
Definition at line 1957 of file Grid.defs.hh.
| #define print_dim_kinds | ( | msg, | |||
| dim_kinds | ) |
Value:
std::cout << msg << "dim_kinds:"; \ for (Dimension_Kinds::iterator i = dim_kinds.begin(); i != dim_kinds.end(); ++i) \ std::cout << " " << *i; \ std::cout << std::endl;
Definition at line 47 of file Grid.defs.hh.
| #define STRONG_REDUCTION |
Definition at line 26 of file Grid.defs.hh.
| #define trace_dim_kinds | ( | msg, | |||
| dim_kinds | ) |
Definition at line 55 of file Grid.defs.hh.
Referenced by Parma_Polyhedra_Library::Grid::conversion(), and Parma_Polyhedra_Library::Grid::simplify().
1.5.6