Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acyclic strongly intransitive ring constraint #9

Open
nicolaiskogheim opened this issue Oct 24, 2018 · 0 comments
Open

Acyclic strongly intransitive ring constraint #9

nicolaiskogheim opened this issue Oct 24, 2018 · 0 comments

Comments

@nicolaiskogheim
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant