-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
The nauty package has no dependencies within sage, and we only communicate with it via popen() for now, so this should be relatively easy to pick up from the system. As far as I can tell, the following three files are the only places where a nauty executable is called:
- src/sage/graphs/digraph_generators.py (directg, gentourng)
- src/sage/graphs/graph_generators.py (geng)
- src/sage/graphs/hypergraph_generators.py (genbg)
Component: build: configure
Author: Michael Orlitzky, Dima Pasechnik
Branch: 0c17402
Reviewer: Isuru Fernando
Issue created by migration from https://trac.sagemath.org/ticket/28958