#include "../utils/fwd_declares.hpp"
#include "base_graph.hpp"
#include <EASTL/bitset.h>
#include <EASTL/vector_map.h>
#include <EASTL/vector_set.h>
#include <memory>
#include <vector>
Go to the source code of this file.
|
using | ContractedSymmetry = CMGVertex::ContractedSymmetry |
|
using | EdgeIsoMask = eastl::bitset< 14, uint16_t > |
| type used to store the isomorphism testing mask for IXCMGEdge. More...
|
|
using | VertexIsoMask = eastl::bitset< 37, uint64_t > |
| type used to store the isomorphism testing mask for IXCMGVertex. More...
|
|
|
CondensedMolecularGraph | Condense (const MolecularGraph &G) |
|