Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
sage.features.bliss.all_features: New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 13, 2021
1 parent 17e30e2 commit 8bfebc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/features/bliss.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ def __init__(self):
JoinFeature.__init__(self, "bliss",
[PythonModule("sage.graphs.bliss", spkg="bliss",
url="http://www.tcs.hut.fi/Software/bliss/")])


def all_features():
return [BlissLibrary(),
Bliss()]

0 comments on commit 8bfebc9

Please sign in to comment.