Testing for CSDP at runtime

sage.features.csdp.CSDP

A class:\(sage.features.Feature\) which checks for the theta binary of CSDP.

EXAMPLES:

sage: from sage.features.csdp import CSDP
sage: CSDP().is_present()  # optional: csdp
FeatureTestResult('CSDP', True)