Closed maxale closed 2 years ago
The range of parameters n1 and n2 is now documented. Let me know if this is ok for you.
New commits:
1733d84 | trac #34179: document range of vertices in each class |
Author: David Coudert
Branch: public/graphs/34179_genbg
ok, looks good enough
Reviewer: Frédéric Chapoton
Changed branch from public/graphs/34179_genbg to 1733d84
nauty-genbg
has inherent limitation for the ranges of partite set sizes, and produces an error if they are out of these ranges - like:I believe this is a major but poorly documented limitation. It'd be nice if the recently added interface (ticket #33365) take a special care of it and communicated such an error (if it appears) clearly to the user.
I'm not sure if the interface should really check any ranges itself as the allowed range may potentially change in future versions of
nauty-genbg
.Component: graph theory
Author: David Coudert
Branch/Commit:
1733d84
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/34179