dejavu
Fast probabilistic symmetry detection.
|
Certification on the original graph. More...
#include <dejavu.h>
Public Member Functions | |
strong_certification_hook (static_graph &g, dejavu_hook *call_hook) | |
strong_certification_hook (sgraph &g, dejavu_hook *call_hook) | |
strong_certification_hook ()=default | |
void | initialize (sgraph &g, dejavu_hook *call_hook) |
dejavu_hook * | get_hook () override |
![]() | |
virtual dejavu_hook * | get_hook ()=0 |
virtual | ~hook_interface ()=default |
Certification on the original graph.
Certifies all automorphisms on the original graph. By default, in dejavu, all automorphisms are certified on the remainder of the graph still left to solve. Essentially, this means that preprocessing routines that shrink the graph are not certified.
This hook saves the original graph before solving, and certifies all the returned automorphisms on the original graph before calling other hooks.
|
inlineexplicit |
|
inlineexplicit |
|
default |
|
inlineoverridevirtual |
Implements dejavu::hooks::hook_interface.
|
inline |