Checks for bliss

sage.features.bliss.Bliss

A Feature which describes whether the sage.graphs.bliss module has been enabled for this build of Sage and is functional.

EXAMPLES:

sage: from sage.features.bliss import Bliss
sage: Bliss().require()  # optional: bliss
sage.features.bliss.BlissLibrary

A Feature which describes whether the Bliss library is present and functional.

EXAMPLES:

sage: from sage.features.bliss import BlissLibrary
sage: BlissLibrary().require()  # optional: bliss