From 4f7a443f58b7e93d4891d2abdb43d60570cc37c9 Mon Sep 17 00:00:00 2001 From: Owen Lynch Date: Thu, 12 Oct 2023 11:06:29 -0700 Subject: [PATCH] pull `generators` from AlgebraicInterfaces --- src/NautyInterface.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NautyInterface.jl b/src/NautyInterface.jl index ded607a..4f524f8 100644 --- a/src/NautyInterface.jl +++ b/src/NautyInterface.jl @@ -5,6 +5,7 @@ export NautyRes, CSetNautyRes, call_nauty, all_autos, canon, orbits, canonmap, using ..Schemas using ..DenseACSets, ..ACSetInterface +import AlgebraicInterfaces: generators using DataStructures: OrderedSet, DefaultDict using Permutations using StructEquality