![]() |
Orbiter 2022
Combinatorial Objects
|
#include "foundations.h"Go to the source code of this file.
Namespaces | |
| namespace | orbiter |
| the orbiter library for the classification of combinatorial objects | |
| namespace | orbiter::layer1_foundations |
| algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions | |
| namespace | orbiter::layer1_foundations::geometry |
| Projective geometry over a finite field and related topics. | |
Macros | |
| #define | MAX_NUMBER_OF_LINES_FOR_INCIDENCE_MATRIX 100000 |
| #define | MAX_NUMBER_OF_LINES_FOR_LINE_TABLE 1000000 |
| #define | MAX_NUMBER_OF_POINTS_FOR_POINT_TABLE 1000000 |
| #define | MAX_NB_POINTS_FOR_LINE_THROUGH_TWO_POINTS_TABLE 10000 |
| #define | MAX_NB_POINTS_FOR_LINE_INTERSECTION_TABLE 10000 |
| #define MAX_NB_POINTS_FOR_LINE_INTERSECTION_TABLE 10000 |
Definition at line 19 of file projective_space_implementation.cpp.
| #define MAX_NB_POINTS_FOR_LINE_THROUGH_TWO_POINTS_TABLE 10000 |
Definition at line 18 of file projective_space_implementation.cpp.
| #define MAX_NUMBER_OF_LINES_FOR_INCIDENCE_MATRIX 100000 |
Definition at line 15 of file projective_space_implementation.cpp.
| #define MAX_NUMBER_OF_LINES_FOR_LINE_TABLE 1000000 |
Definition at line 16 of file projective_space_implementation.cpp.
| #define MAX_NUMBER_OF_POINTS_FOR_POINT_TABLE 1000000 |
Definition at line 17 of file projective_space_implementation.cpp.