Centrum Wiskunde & Informatica (CWI)
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
git
DA
»
raaql-paper-experiments
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 2aece7dd2719
Branch filter:
master
Location:
DA/raaql-paper-experiments
/
identity-opt.dot
Show Full History
Show Authors
2aece7dd2719
90 B
text/vnd.graphviz
Show Annotation
Show as Raw
Download as Raw
Hannes Muehleisen
import
1
2
3
4
5
digraph G {
N1 -> N5
N1 [ label="mean", shape="ellipse"]
N5 [ label="a", shape="box"]
}