muu minimisation
This commit is contained in:
11
6/схемотехника/course_project/dot/muu-set.dot
Normal file
11
6/схемотехника/course_project/dot/muu-set.dot
Normal file
@ -0,0 +1,11 @@
|
||||
digraph G {
|
||||
nodesep=1
|
||||
rankdir="LR"
|
||||
SNO,SKO[shape=none]
|
||||
IDLE,P1,P2[shape=circle]
|
||||
IDLE[fontsize=10]
|
||||
SNO->IDLE
|
||||
IDLE->P1
|
||||
P1->P2
|
||||
P2->SKO
|
||||
}
|
||||
Reference in New Issue
Block a user