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
13
using namespace
std;
14
15
namespace
orbiter
{
16
namespace
layer5_applications {
17
namespace
projective_geometry {
18
19
20
21
canonical_form_classifier_description::canonical_form_classifier_description
()
22
{
23
//std::string fname_mask;
24
nb_files
= 0;
25
26
27
f_fname_base_out
=
FALSE
;
28
//std::string fname_base_out;
29
30
31
f_degree
=
FALSE
;
32
degree
= 0;
33
34
f_algorithm_nauty
=
FALSE
;
35
f_algorithm_substructure
=
FALSE
;
36
substructure_size
= 0;
37
38
PA
= NULL;
39
40
Canon_substructure
= NULL;
41
42
43
}
44
45
46
canonical_form_classifier_description::~canonical_form_classifier_description
()
47
{
48
}
49
50
51
}}}
52
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::Canon_substructure
canonical_form_classifier * Canon_substructure
Definition:
projective_space.h:48
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::degree
int degree
Definition:
projective_space.h:39
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::f_fname_base_out
int f_fname_base_out
Definition:
projective_space.h:35
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::~canonical_form_classifier_description
~canonical_form_classifier_description()
Definition:
canonical_form_classifier_description.cpp:46
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::f_algorithm_nauty
int f_algorithm_nauty
Definition:
projective_space.h:41
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::f_degree
int f_degree
Definition:
projective_space.h:38
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::PA
projective_space_with_action * PA
Definition:
projective_space.h:46
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::f_algorithm_substructure
int f_algorithm_substructure
Definition:
projective_space.h:42
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::substructure_size
int substructure_size
Definition:
projective_space.h:44
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::nb_files
int nb_files
Definition:
projective_space.h:33
orbiter::layer5_applications::projective_geometry::canonical_form_classifier_description::canonical_form_classifier_description
canonical_form_classifier_description()
Definition:
canonical_form_classifier_description.cpp:21
FALSE
#define FALSE
Definition:
foundations.h:234
orbiter
the orbiter library for the classification of combinatorial objects
Definition:
classification.h:18
orbiter.h
src
lib
top_level
projective_space
canonical_form_classifier_description.cpp
Generated by
1.9.3