-
It's available here:
http://sage.math.washington.edu/home/jason/nauty-24b7.spkg
It is the 2.4 beta 7 version, since Brendan says that it is pretty stable. It would be trivial to make a nauty 2.2 …
-
Allow to call nauty's directg command from sage.
This is implemented as a `DiGraph` generator (file: `digraph_generators.py`).
Note to reviewers: Any idea for useful examples in documentation is …
-
Installing on a windows machine:
```
C:\Users\Max>pip install pynauty
Collecting pynauty
Downloading pynauty-2.8.6.tar.gz (1.7 MB)
---------------------------------------- 1.7/1.7 MB 64.…
-
Output produced by nauty's geng program can be quite large. Currently, an entire list is created and returned. The 1,018,997,864 graphs on n=11 vertices can overwhelm RAM when produced all at once…
-
We add missing interface to `nauty-genbg`, a generator of bipartite graphs.
Nauty's genbg was already compiled and accessible but the interface was missing.
Depends on #33366
CC: @tscrim
Comp…
-
As reported
[on sage-support](https://groups.google.com/d/topic/sage-support/p5pqzpVf-l8/discussion),
bigger hypergraphs are easy to generate if a different nauty routine is used.
Here we implement…
-
We can now make nauty standard; tarball
can be obtained from http://users.ox.ac.uk/~coml0531/sage/nauty-26r1.tar.gz
(this is just renamed upstream tarball, inserted '-' in the name)
CC: @jm586…
-
We install a modern gcc, but without modern binutils we get a lot of errors like this:
```
[nauty-27r1.p1] /tmp/cch93yUy.s:4216: Error: no such instruction: `vmovdqu8 (%rbx),%xmm3'
[nauty-27r…
-
This is so that the Sage library becomes fully functional even when not being run from within sage-env (which sets PATH).
We add `sage.features.nauty` to provide features for nauty executables.
To…
-
Tarballs: see checksums.ini
These new releases include dynamic bitset classes that allow dynamic h-representation computations.
We also install nauty header and library in order that Normaliz comp…