Checks for bliss¶
- class sage.features.bliss.Bliss¶
Bases:
sage.features.PythonModuleA
Featurewhich describes whether thesage.graphs.blissmodule has been enabled for this build of Sage and is functional.EXAMPLES:
sage: from sage.features.bliss import Bliss sage: Bliss().require() # optional: bliss
- class sage.features.bliss.BlissLibrary¶
Bases:
sage.features.CythonFeatureA
Featurewhich describes whether the Bliss library is present and functional.EXAMPLES:
sage: from sage.features.bliss import BlissLibrary sage: BlissLibrary().require() # optional: bliss