diff options
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/coord/dreo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/coord/dreo.h b/src/solvers/coord/dreo.h index c5cacac..a201ae6 100644 --- a/src/solvers/coord/dreo.h +++ b/src/solvers/coord/dreo.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_COORD_DREO_H | ||
| 2 | #define SOLVERS_COORD_DREO_H | ||
| 3 | |||
| 1 | #define DRESEP_CLASSES 81 | 4 | #define DRESEP_CLASSES 81 |
| 2 | 5 | ||
| 3 | STATIC uint64_t coord_dresep_nosym(cube_t); | 6 | STATIC uint64_t coord_dresep_nosym(cube_t); |
| @@ -101,3 +104,5 @@ is_dreo_solvable(cube_t cube) { | |||
| 101 | 104 | ||
| 102 | return cocount % 3 == 0; | 105 | return cocount % 3 == 0; |
| 103 | } | 106 | } |
| 107 | |||
| 108 | #endif /* SOLVERS_COORD_DREO_H */ | ||
