![]() |
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::layer1_foundations |
| algebra, combinatorics and graph theory, geometry, linear algebra, number theory, data structures, solvers, graphics; no group actions | |
| namespace | orbiter::layer1_foundations::combinatorics |
| Combinatorics: boolean functions, combinatorial objects, classification, tactical decompositions, various puzzles. | |
Macros | |
| #define | MODE_UNDEFINED 0 |
| #define | MODE_SINGLE 1 |
| #define | MODE_STACK 2 |
| #define | UNKNOWNTYPE 0 |
| #define | POINTTACTICAL 1 |
| #define | BLOCKTACTICAL 2 |
| #define | POINTANDBLOCKTACTICAL 3 |
| #define | FUSE_TYPE_NONE 0 |
| #define | FUSE_TYPE_SIMPLE 1 |
| #define | FUSE_TYPE_DOUBLE 2 |
| #define | NB_PIECES 18 |
| #define | NUMBER_OF_SCHEMES 5 |
| #define | ROW_SCHEME 0 |
| #define | COL_SCHEME 1 |
| #define | LAMBDA_SCHEME 2 |
| #define | EXTRA_ROW_SCHEME 3 |
| #define | EXTRA_COL_SCHEME 4 |
| #define BLOCKTACTICAL 2 |
Definition at line 571 of file combinatorics.h.
| #define COL_SCHEME 1 |
Definition at line 910 of file combinatorics.h.
| #define EXTRA_COL_SCHEME 4 |
Definition at line 913 of file combinatorics.h.
| #define EXTRA_ROW_SCHEME 3 |
Definition at line 912 of file combinatorics.h.
| #define FUSE_TYPE_DOUBLE 2 |
Definition at line 576 of file combinatorics.h.
| #define FUSE_TYPE_NONE 0 |
Definition at line 574 of file combinatorics.h.
| #define FUSE_TYPE_SIMPLE 1 |
Definition at line 575 of file combinatorics.h.
| #define LAMBDA_SCHEME 2 |
Definition at line 911 of file combinatorics.h.
| #define MODE_SINGLE 1 |
Definition at line 566 of file combinatorics.h.
| #define MODE_STACK 2 |
Definition at line 567 of file combinatorics.h.
| #define MODE_UNDEFINED 0 |
Definition at line 565 of file combinatorics.h.
| #define NB_PIECES 18 |
Definition at line 654 of file combinatorics.h.
| #define NUMBER_OF_SCHEMES 5 |
Definition at line 908 of file combinatorics.h.
| #define POINTANDBLOCKTACTICAL 3 |
Definition at line 572 of file combinatorics.h.
| #define POINTTACTICAL 1 |
Definition at line 570 of file combinatorics.h.
| #define ROW_SCHEME 0 |
Definition at line 909 of file combinatorics.h.
| #define UNKNOWNTYPE 0 |
Definition at line 569 of file combinatorics.h.