-
Dear Doctor Hüffner,
When I set `WORDSIZE ` to 16 and run the code `./extremal P3 > a.txt`, the following error occurs:
_Error: WORDSIZE mismatch in nauty.c_
What further modifications do I ne…
-
Hi, I have installed Nauty.jl and can successfully run the test suite. My use case is to provide a simple DiGraph (with an initial coloring) and obtain a canonical coloring of the vertices. It seems l…
-
In trying to use this repo to clean isomorphic duplicates out of a graph dataset formatted in the dortmund format, I am running into an issue when running main.py. Trying it out with the MUTAG datase…
-
If I am not mistaken, Nauty is statically linked. There is thus no reason to require the user to install the library on his system, and this complicates the building process.
Could we add Nauty sourc…
-
with system nauty 2.6r7+ds-1 on debian-stretch (https://github.com/sagemath/sage/runs/7243040063?check_suite_focus=true)
The interface and doctest were added in #33670
CC: @dcoudert @dimpase
Com…
-
```
from pynauty import *
adjacency_dict = {
0: [1, 2, 3, 4, 5, 6, 7, 8],
1: [0, 9, 10, 11, 12, 13, 14, 15],
2: [0, 16, 17, 18, 19, 20, 21, 22],
3: [0, 23, 24, 25, 26, 27, 2…
-
While trying to install the module under perl 5.38.0 using cpanm, having the development headers of Nauty installed, the process runs into a problem when trying to link the libraries:
```
cpanm (A…
-
Installed versions of [nauty 2.7.2](https://pallini.di.uniroma1.it/nauty27r2.tar.gz), [RingDecomposerLib 1.1.3](https://github.com/rareylab/RingDecomposerLib/releases/tag/v1.1.3_rdkit) and [nlohmann_j…
-
@w-bruns pointed me at https://github.com/Normaliz/Normaliz/actions/runs/3627978442/jobs/6118466286 and asked if I could figure out what's going on. The full error:
```
++ ccache_symlinks_path=/us…
-
Hello, I've switched to Linux after I couldn't run it with windows.
Now when I execute `make pynauty` I get the following error:
```
`build/temp.linux-x86_64-3.7/src/nautywrap.o -O4 -fPIC
In fil…