Features for testing the presence of latte_int#

class sage.features.latte.Latte#

Bases: sage.features.join_feature.JoinFeature

A Feature describing the presence of the LattE binaries which comes as a part of latte_int.

EXAMPLES:

sage: from sage.features.latte import Latte
sage: Latte().is_present()  # optional - latte_int
FeatureTestResult('latte_int', True)
class sage.features.latte.Latte_count#

Bases: sage.features.Executable

Feature for the executable count from the LattE suite.

class sage.features.latte.Latte_integrate#

Bases: sage.features.Executable

Feature for the executable integrate from the LattE suite.

sage.features.latte.all_features()#