Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use "constraint=false".</p> <p><a href="http://www.graphviz.org/doc/info/attrs.html#d:constraint" rel="noreferrer">http://www.graphviz.org/doc/info/attrs.html#d:constraint</a></p> <p>In your graph:</p> <pre><code>FourthSTATE -&gt; ThirdSTATE [label="No" constraint=false] ; </code></pre> <p>You'll get:</p> <pre><code>digraph { ERROR [label="Error"]; FirstSTATE [label="Initial State" URL="\ref FirstSTATE"]; FirstSTATE -&gt; SecondSTATE; SecondSTATE [label="Second State" URL="\ref SecondSTATE"]; SecondSTATE -&gt; ThirdSTATE; ThirdSTATE [label="Third State" URL="\ref ThirdSTATE"]; FourthSTATE [label="Fouth State?" shape="diamond"]; ThirdSTATE -&gt; FourthSTATE; FourthSTATE -&gt; FifthSTATE [label="Yes" ]; FourthSTATE -&gt; ThirdSTATE [label="No" constraint=false] ; FifthSTATE [label="Fifth State" URL="\ref FifthSTATE"]; SixthSTATE [label="Sixth State?" shape="diamond"]; SixthSTATE -&gt; ERROR [label="Yes" ]; SixthSTATE -&gt; SeventhSTATE [label="No"]; FifthSTATE -&gt; SixthSTATE; SeventhSTATE [label="Seventh State" URL="\ref SeventhSTATE"]; SeventhSTATE -&gt; EighthSTATE; EighthSTATE [label="Eighth State" URL="\ref EighthSTATE"]; NinthSTATE [label="Ninth State?" shape="diamond"]; NinthSTATE -&gt; TenthSTATE [label="Yes" ]; NinthSTATE -&gt; EighthSTATE [label="No"]; EighthSTATE -&gt; NinthSTATE; TenthSTATE [label="Tenth State" URL="\ref TenthSTATE"]; EleventhSTATE [label="Eleventh State?" shape="diamond"]; EleventhSTATE -&gt; ERROR [label="Yes" ]; EleventhSTATE -&gt; TwelfthSTATE [label="No" ]; TenthSTATE -&gt; EleventhSTATE; TwelfthSTATE [label="Twelfth State" URL="\ref TwelfthSTATE"]; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload