dejavu
Fast probabilistic symmetry detection.
|
Reduced IR save state. More...
#include <ir.h>
Public Member Functions | |
void | save (std::vector< int > &s_base_vertex, coloring &s_c, unsigned long s_invariant, int s_trace_position, int s_base_position) |
coloring * | get_coloring () |
dej_nodiscard unsigned long | get_invariant_hash () const |
dej_nodiscard int | get_trace_position () const |
dej_nodiscard int | get_base_position () const |
std::vector< int > & | get_base () |
Reduced IR save state.
Using this class, partial information of a state of an IR computation can be stored. Using this information, IR computations can be resumed from this state either using BFS or random walks. The state in particular does not keep enough information to resume using DFS.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |