Orbiter 2022
Combinatorial Objects
algorithms.cpp File Reference
#include "foundations.h"
#include <stdint.h>

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::data_structures
 Basic data structures used throughout the project.
 

Macros

#define HASH_PRIME   174962718
 
#define get16bits(d)
 

Macro Definition Documentation

◆ get16bits

#define get16bits (   d)
Value:
((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
+(uint32_t)(((const uint8_t *)(d))[0]) )

Definition at line 237 of file algorithms.cpp.

◆ HASH_PRIME

#define HASH_PRIME   174962718

Definition at line 40 of file algorithms.cpp.