tkz-orm
tkz-orm copied to clipboard
Acyclic strongly intransitive ring constraint
Hi,
I needed an acyclic strongly intransitive ring constraint. Thought I'd leave it here for others. Add it in if you want to.
\constraintdeclareasnode{acyclic strongly intransitive}{%
\path[ormdot] (90:2mm) circle; % Top dot
\path[ormdot] (30:1mm) circle; % Right middle dot
\path[ormdot] (210:2mm) circle; % Bottom left dot
\path[ormdot] (330:2mm) circle; % Bottom right dot
\path[every constraint line,rounded corners=0] (90:2mm) -- (210:2mm) -- (330:2mm) -- (90:2mm); % Triangle
\draw[every constraint line] (270:0mm) to (270:2.75mm); % The acyclic vertical bar at bottom
}