struct cage::FoundCage

Overview

One closed polyhedron matching a signature. More…

#include <cage_enum.hpp>
 
struct FoundCage {
    // fields
 
    Signature signature;
    std::vector<int> faces;
    std::vector<int> vertices;
    std::string certificate;
};

Detailed Documentation

One closed polyhedron matching a signature.

Fields

std::vector<int> faces

ring indices into the input vector

std::vector<int> vertices

sorted unique atom indices

std::string certificate

nauty hex, empty when nauty is off