Skip to content

Acyclic strongly intransitive ring constraint #9

Description

@nicolaiskogheim

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
}

Acyclic strongly intransitive ring constraint

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions