From 902eab7f70be354b04763b17752971c7e10f65bc Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 28 Apr 2020 01:00:15 +1000 Subject: Abandoned isomorphism function --- src/directed_graphs.adb | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/directed_graphs.adb') diff --git a/src/directed_graphs.adb b/src/directed_graphs.adb index 61d704a..82b6bff 100644 --- a/src/directed_graphs.adb +++ b/src/directed_graphs.adb @@ -1286,20 +1286,6 @@ package body Directed_Graphs is - ---------------- - -- Isomorphic -- - ---------------- - - function Isomorphic - (Left, Right : in Cursor) - return Boolean is - begin - return False; - end Isomorphic; - - - - ------------- -- Iterate -- ------------- -- cgit