Lagrange
|
Result struct holding the loops and chains extracted from a set of edges. More...
#include <lagrange/utils/chain_edges.h>
Public Attributes | |
std::vector< std::vector< Index > > | loops |
The extracted loops. | |
std::vector< std::vector< Index > > | chains |
The extracted chains. | |
Result struct holding the loops and chains extracted from a set of edges.
Index | The Index type. |