-
Check which of the patches are needed from debian
Patches already applied upstream or committed in a side branch
Or nearly-finished patches that they'll very probably merge.
- [ ] u0-version-pari-2…
-
Writing a Digraph6 (.d6) file from nauty, and then trying to read it with IteratorFromDigraphFile, fails with the following error.
```
gap> iter := IteratorFromDigraphFile("test.d6");
Error, Digr…
-
Currently async in dd_ml_estimation.cpp and dd_infer_parameters.cpp is far slower than the sequential execution.
Potential issue: shared parameter copying.
-
When creating a mirror spack does not seem to include required patch files.
On machine with internet access:
```
$ spack mirror create nauty
==> Adding package nauty@2.6r7 to mirror
==> Fetchi…
-
Currently `is_isomorphic` for graphs is using the default Sage's implementation. Bliss and nauty are typically faster, so it should be possible to use them too.
CC: @jm58660
Component: **graph th…
-
clean
- `Path`
- `TransitiveTournament`
- `RandomTournament`
- `tournaments_nauty`
Component: **graph theory**
Author: **David Coudert**
Branch/Commit: **[`568dbbc`](https://github.com/sagemath/s…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
- fix method `tournaments_nauty` using to `bytes_to_str`
- fix doctest in method `RandomDirectedGNC` by avoiding to print the list of edges and testing that the digraph is acyclic instead
- fix meth…
-
Issue: in the Sage console one should be able to access the documentation with a single question mark `?` and the source code with two `??`. However the following gives an error
```
sage: a = 1
sag…
-
Hi,
I have experienced this issue since I installed the application several days ago.
Files take too long to be updated to the server, an hour, some times more.
I am not sure if this is expecte…