|
dejavu
Fast probabilistic symmetry detection.
|
Internal graph data structure. More...
#include <graph.h>
Public Member Functions | |
| void | initialize (int nv, int ne) |
| void | initialize_coloring (ds::coloring *c, int *vertex_to_col) |
| void | sanity_check () |
| void | copy_graph (sgraph *g) |
| void | sort_edgelist () const |
| ~sgraph () | |
Public Attributes | |
| bool | initialized = false |
| int * | v = nullptr |
| int * | d = nullptr |
| int * | e = nullptr |
| int | v_size = 0 |
| int | e_size = 0 |
| bool | dense = false |
Internal graph data structure.
Graph data strcture as used internally by the dejavu solver. See \
|
inline |