From 8114c051c0385f62a17d70ec9f35d5c3a26b0310 Mon Sep 17 00:00:00 2001 From: Max Piskunov Date: Mon, 2 Nov 2020 22:46:28 -0500 Subject: [PATCH] Add IsomorphicHypergraphQ to the main README file (#513) ## Changes * `IsomorphicHypergraphQ` was missing from the index of functions in the main README file. This PR adds it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f6ed4909..67db65182 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ We have a [Discord server](https://discord.setreplace.org). If you would like to - Utility Functions - [IndexHypergraph](Documentation/SymbolsAndFunctions/UtilityFunctions/IndexHypergraph.md) - [HypergraphToGraph](Documentation/SymbolsAndFunctions/UtilityFunctions/HypergraphToGraph.md) + - [IsomorphicHypergraphQ](Documentation/SymbolsAndFunctions/UtilityFunctions/IsomorphicHypergraphQ.md) - [Subhypergraph](Documentation/SymbolsAndFunctions/UtilityFunctions/Subhypergraph.md) - [WolframModelRuleValue](Documentation/SymbolsAndFunctions/UtilityFunctions/WolframModelRuleValue.md) - [GeneralizedGridGraph](Documentation/SymbolsAndFunctions/UtilityFunctions/GeneralizedGridGraph.md)