Closed dimpase closed 4 years ago
branch is coming
Branch: u/dimpase/graphs/genbgL
Missing closing double-backtick, and maybe spell out "minus":
- at most 64-``number_of_vertices
+ at most 64 minus ``number_of_vertices``
Missing blank line between
TESTS::
and the test block it introduces.
Description changed:
---
+++
@@ -1,3 +1,5 @@
-as reported on sage-support, bigger hypergraphs are easy to generate if a different nauty rountne is used
+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 this
+Here we implement this.
Changed keywords from none to nauty
Branch pushed to git repo; I updated commit sha1. New commits:
14d8d51 | typos noted by reviewer |
ok, fixed
ping?
may be it's time to update the link to nauty to https://pallini.di.uniroma1.it
also, some pep8 comments
- if number_of_sets+number_of_vertices > 64:
+ if number_of_sets + number_of_vertices > 64:
- sp = subprocess.Popen(nautyprefix+"genbgL {0}".format(nauty_input), shell=True,
+ sp = subprocess.Popen(nautyprefix + "genbgL {0}".format(nauty_input), shell=True,
Branch pushed to git repo; I updated commit sha1. New commits:
03bd63f | PEP8 fixes |
fixed PEP8 - and will do the URL changes on nauty update ticket.
LGTM.
Reviewer: David Coudert
I checked that both uniroma and ANU urls are mentioned in SPKG-install.txt And, by the way, please review the nauty update ticket #26891
Changed reviewer from David Coudert to David Coudert, Samuel Lelièvre
Thanks!
Changed branch from u/dimpase/graphs/genbgL to 03bd63f
As reported on sage-support, bigger hypergraphs are easy to generate if a different nauty routine is used.
Here we implement this.
CC: @slel @dcoudert
Component: graph theory
Keywords: nauty
Author: Dima Pasechnik
Branch/Commit:
03bd63f
Reviewer: David Coudert, Samuel Lelièvre
Issue created by migration from https://trac.sagemath.org/ticket/29821