User Tools

Site Tools


python:graphviz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python:graphviz [2025/01/26 14:44] odeftapython:graphviz [2025/01/26 14:46] (current) odefta
Line 16: Line 16:
  
 # Init transitions. # Init transitions.
-dfa.node('q0', 'q0 (inițială)')+dfa.node('q0', 'q0')
 dfa.node('q1', 'q1') dfa.node('q1', 'q1')
-dfa.node('q2', 'q2 (finală)', shape='doublecircle' # Stare finală cu două cercuri+dfa.node('q2', 'q2', shape='doublecircle')
  
 # Transitions # Transitions
Line 36: Line 36:
  
 Result: Result:
-{{:python:pasted:20250126-144457.png}}+{{:python:pasted:20250126-144618.png}}
  
python/graphviz.1737895499.txt.gz · Last modified: 2025/01/26 14:44 by odefta