Ullmann -- some more
This commit is contained in:
parent
2dbaba6779
commit
064add1285
1 changed files with 5 additions and 1 deletions
|
@ -409,7 +409,11 @@ and an isomorphism has been found; if not, we move on to the next permutation.
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\section{Pattern-match}
|
\section{Pattern-match}
|
||||||
|
|
||||||
\todo{}
|
We finally need to be able to find every occurrence of a given \emph{needle}
|
||||||
|
circuit in a bigger \emph{haystack} circuit — at any level in its groups
|
||||||
|
hierarchy. This problem is basically graph isomorphism with some specificities,
|
||||||
|
and for this purpose I used a classical algorithm for the subgraph isomorphism
|
||||||
|
problem, \emph{Ullmann}.
|
||||||
|
|
||||||
\subsection{Ullmann's algorithm}
|
\subsection{Ullmann's algorithm}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue