diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-08-13 17:51:41 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-08-13 17:51:41 +0400 |
| commit | 9b3601717c8cae243667bd6e72adb08476779172 (patch) | |
| tree | 950f7f809bfeb645689dd5ef6f3f2a6477b69b5b /nauty/geng.h | |
| parent | e8c4828e9e9459f66c0b22ea379f70c4c6c3ba23 (diff) | |
Add batched generation
Diffstat (limited to 'nauty/geng.h')
| -rw-r--r-- | nauty/geng.h | 5 |
1 files changed, 1 insertions, 4 deletions
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; }; |