![]() |
Orbiter 2022
Combinatorial Objects
|
Go to the source code of this file.
Namespaces | |
| namespace | orbiter |
| the orbiter library for the classification of combinatorial objects | |
| namespace | orbiter::layer4_classification |
| classification of combinatorial objects | |
| namespace | orbiter::layer4_classification::poset_classification |
| To compute orbits on sets and subspaces using poset classification. | |
Macros | |
| #define | NB_EXTENSION_TYPES 5 |
| #define | EXTENSION_TYPE_UNPROCESSED 0 |
| #define | EXTENSION_TYPE_EXTENSION 1 |
| #define | EXTENSION_TYPE_FUSION 2 |
| #define | EXTENSION_TYPE_PROCESSING 3 |
| #define | EXTENSION_TYPE_NOT_CANONICAL 4 |
| #define | MAX_CALLBACK 100 |
Typedefs | |
| typedef struct coset_table_entry | orbiter::layer4_classification::poset_classification::coset_table_entry |
Functions | |
| void | orbiter::layer4_classification::poset_classification::print_extension_type (std::ostream &ost, int t) |
| void | orbiter::layer4_classification::poset_classification::poset_classification_control_preferred_choice_function (int pt, int &pt_pref, groups::schreier *Sch, void *data, int data2, int verbose_level) |
| const char * | orbiter::layer4_classification::poset_classification::trace_result_as_text (trace_result r) |
| int | orbiter::layer4_classification::poset_classification::trace_result_is_no_result (trace_result r) |
| #define EXTENSION_TYPE_EXTENSION 1 |
Definition at line 68 of file poset_classification.h.
| #define EXTENSION_TYPE_FUSION 2 |
Definition at line 69 of file poset_classification.h.
| #define EXTENSION_TYPE_NOT_CANONICAL 4 |
Definition at line 71 of file poset_classification.h.
| #define EXTENSION_TYPE_PROCESSING 3 |
Definition at line 70 of file poset_classification.h.
| #define EXTENSION_TYPE_UNPROCESSED 0 |
Definition at line 67 of file poset_classification.h.
| #define MAX_CALLBACK 100 |
Definition at line 127 of file poset_classification.h.
| #define NB_EXTENSION_TYPES 5 |
Definition at line 65 of file poset_classification.h.