SCM Repository
Diff of /sml/trunk/src/MLRISC/graphs/graph-topsort.sig
Parent Directory
|
Revision Log
|
Patch
revision 245, Sat Apr 17 18:47:12 1999 UTC | revision 411, Fri Sep 3 00:25:03 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* | |
2 | * This module returns a topological sort of an acyclic graph. | |
3 | * | |
4 | * -- Allen | |
5 | *) | |
6 | ||
7 | signature GRAPH_TOPOLOGICAL_SORT = | signature GRAPH_TOPOLOGICAL_SORT = |
8 | sig | sig |
9 | ||
# | Line 8 | Line 14 |
14 | ||
15 | end | end |
16 | ||
(* | ||
* $Log$ | ||
*) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |