From 9b3601717c8cae243667bd6e72adb08476779172 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 13 Aug 2023 17:51:41 +0400 Subject: Add batched generation --- nauty/geng.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nauty/geng.h') diff --git a/nauty/geng.h b/nauty/geng.h index 751be5c..42f0149 100644 --- a/nauty/geng.h +++ b/nauty/geng.h @@ -11,8 +11,5 @@ struct geng_iterator bool iteration_done; int batch_size; int batch_capacity; - graph **batch; - - // TODO: remove - graph *cur; + set *batch; }; -- cgit v1.2.3