-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.dot
More file actions
14 lines (14 loc) · 706 Bytes
/
test.dot
File metadata and controls
14 lines (14 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
strict digraph {
a;
b;
c;
a -> b [f=<costgraph.Functions.EdgeCostExponential object at 0x7fb83444a610>, shape=plain, label=<<TABLE>BORDER=0
<TR>BORDER=0<TD><IMG SRC="/home/therring/Workspace/costgraph/imgs/edgecosts/a-b.png"/></TD></TR>
</TABLE>>];
a -> c [f=<costgraph.Functions.EdgeCostExponential object at 0x7fb83444a610>, shape=plain, label=<<TABLE>BORDER=0
<TR>BORDER=0<TD><IMG SRC="/home/therring/Workspace/costgraph/imgs/edgecosts/a-c.png"/></TD></TR>
</TABLE>>];
b -> c [f=<costgraph.Functions.EdgeCostLinear object at 0x7fb8091e06a0>, label=<<TABLE>
<TR>BORDER=0<TD><IMG SRC="/home/therring/Workspace/costgraph/imgs/edgecosts/b-c.png"/></TD></TR>BORDER=0
</TABLE>>];
}