diff --git a/index.html b/index.html index 1033e6c..6ac48f7 100644 --- a/index.html +++ b/index.html @@ -221,7 +221,7 @@
0.7% of total for procedures.
Including implementation: 12 statements, 2.8% of total for procedures.">3 statementsadd an edge index for this vertex
Add an edge to a dag.
Destroy the dag
.
Generate the dependency matrix for the DAG.
Generate a Graphviz digraph structure for the DAG.
Add an edge to a dag.
+ +Type | +Intent | Optional | Attributes | ++ | Name | ++ |
---|---|---|---|---|---|---|
+ + class(dag), + | +intent(inout) | ++ + | +:: | +me | ++ + | +|
+ + integer(kind=ip), + | +intent(in) | ++ + | +:: | +ivertex | +
+ vertex number + |
+ |
+ + integer(kind=ip), + | +intent(in) | ++ + | +:: | +iedge | +
+ the vertex to connect to |
+ |
+ + character(len=*), + | +intent(in), | +optional | + + | +:: | +label | +
+ edge label + |
+
+ + character(len=*), + | +intent(in), | +optional | + + | +:: | +attributes | +
+ other attributes when +saving as a diagraph. + |
+