Feature for testing the presence of csdp¶
- class sage.features.csdp.CSDP¶
Bases:
sage.features.ExecutableA
Featurewhich checks for thethetabinary of CSDP.EXAMPLES:
sage: from sage.features.csdp import CSDP sage: CSDP().is_present() # optional - csdp FeatureTestResult('csdp', True)
- is_functional()¶
Check whether
thetaworks on a trivial example.EXAMPLES:
sage: from sage.features.csdp import CSDP sage: CSDP().is_functional() # optional - csdp FeatureTestResult('csdp', True)
- sage.features.csdp.all_features()¶