Check for lrs¶
-
sage.features.lrs.
Lrs
¶ A
sage.features.Feature
describing the presence of thelrs
binary which comes as a part oflrslib
.EXAMPLES:
sage: from sage.features.lrs import Lrs sage: Lrs().is_present() # optional: lrslib FeatureTestResult('lrslib', True)