Orbiter 2022
Combinatorial Objects
canonical_form_classifier_description.cpp
Go to the documentation of this file.
1/*
2 * canonical_form_classifier_description.cpp
3 *
4 * Created on: Apr 24, 2021
5 * Author: betten
6 */
7
8
9
10
11#include "orbiter.h"
12
13using namespace std;
14
15namespace orbiter {
16namespace layer5_applications {
17namespace projective_geometry {
18
19
20
22{
23 //std::string fname_mask;
24 nb_files = 0;
25
26
28 //std::string fname_base_out;
29
30
32 degree = 0;
33
37
38 PA = NULL;
39
40 Canon_substructure = NULL;
41
42
43}
44
45
47{
48}
49
50
51}}}
52
#define FALSE
Definition: foundations.h:234
the orbiter library for the classification of combinatorial objects