Solving semidefinite programs reading from SDPA format files.
Function to read the semidefinite program input data in SDPA format and solve it.
dsdp.readsdpa(sdpa_filename, options_filename="")
sdpa_filename
: The location of the SDPA input file.options_filename
: The location of the OPTIONS file [default ""].