File: stexample.dot

package info (click to toggle)
zimpl 3.7.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,772 kB
  • sloc: ansic: 21,719; yacc: 993; lex: 370; sh: 349; makefile: 278
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
digraph Example {
# orientation=LR;
# rotate=90;


{ rank = same;
  a,b;  
}
	s -> a [label="17"]; 	
	s -> b [label="47"]; 	
	a -> b [label="19"]; 	
	a -> t [label="53"]; 	
	b -> t [label="23"]; 	
}