summaryrefslogtreecommitdiff
path: root/src/directed_graphs.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-28 01:00:15 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-28 01:00:15 +1000
commit902eab7f70be354b04763b17752971c7e10f65bc (patch)
treee6577756b20c595e3695bf485297e678032943d7 /src/directed_graphs.ads
parent05d903360247c57cd0db740ff1cb04ee39a1cb2e (diff)
Abandoned isomorphism function
Diffstat (limited to 'src/directed_graphs.ads')
-rw-r--r--src/directed_graphs.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/directed_graphs.ads b/src/directed_graphs.ads
index 73e34ff..873a793 100644
--- a/src/directed_graphs.ads
+++ b/src/directed_graphs.ads
@@ -76,10 +76,6 @@ package Directed_Graphs is
(Left, Right : in Graph)
return Boolean;
- function Isomorphic
- (Left, Right : in Cursor)
- return Boolean;
-
function To_Graph
(Nodes : in Node_Array;
Edges : in Edge_Array)