%!TEX root = ../pmdraw.tex

% *------------------------------*
% |``````````````````````````````|
% |`````____````____`````````````|
% |````|MFMF\  /MFMF|````````````|
% |````|MF|MF\/MF|MF|````````````|
% |````|MF|\MFMF/|MF|_______`````|
% |````|MF|``````|MFMFMFMFMF|````|
% |````|MF|``````|MF|````````````|
% |````|MF|``````|MF|___`````````|
% |``````````````|MFMFMF|````````|
% |``````````````|MF|````````````|
% |``````````````|MF|````````````|
% |``````````````|MF|````````````|
% |``````````````````````````````|
% *------------------------------*

% *=-=-=-=-=-=*
%  signature=MIGFAkB/lekY3hUBa6YZ+2x5CmBWUxCGjeZJYo5hvhIo8Zya9c7gsAs5WQ9hnZpysm83IlInKNXea1CinwYIGtAA6ztUAkEAmO4+9LdFe50hcP4AGf1xY7EGDyj93o5kLiB0qf0tsTGjx5bnPMrKYdiShD69b+dn/LKUEkbCevh5fw3gsxBotw==
%  version=2.0
% *=-=-=-=-=-=*

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                        %
% Licence                                                %
%                                                        %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
% Copyright 2023-10-16 (original release) -- 2026thias Fresacher
% 
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is found via
% http://www.latex-project.org/lppl.txt.

\pmdDiagram
[ % Options
    row sep=3,
    diagram sep=2,
    dots options={
        \draw (#1,#2) node {};
    }
]{ 
    { % Brick 1
        [ % Options
            degree top=3,
            degree bottom=4
        ]{ % Upper non transversal edges
            \pmdEmpty
        }{ % Lower non transversal edges
            \pmdEmpty
        }{ % Transversal edges
            {1}{2}
            {2}{3}
            {3}{4}
            {7}{1}
        }
    }{ % Brick 2
        [ % Options
            degree top=7,
            blank bottom=1,
            degree bottom=5,
            levels=2
        ]{ % Upper non transversal edges
            [level=2]{3}{16}
            {4}{5}
            {6}{7}
        }{ % Lower non transversal edges
            {3}{4}
            {5}{6}
        }{ % Transversal edges
            {1}{2}
        }
    }{ % Brick 3
        [ % Options
            blank top=-1,
            degree top=9,
            blank bottom=4,
            degree bottom=4,
            levels=2
        ]{ % Upper non transversal edges
            {0}{1}
            {2}{3}
            {4}{5}
            {6}{7}
        }{ % Lower non transversal edges
            {5}{6}
            {7}{8}
        }{ % Transversal edges
            \pmdEmpty
        }
    }
}
