Reading and writing (qics.io
)¶
This module contains functions used to read and write conic programs
represented by a Model
to a file of a specified format.
Currently, we support the following file formats
*.dat-s
: SDPA sparse format*.dat-c
: Complex SDPA sparse format*.cbf
: Conic Benchmark Format
Further details about these file formats can be found in the user guide.
|
Reads a conic program from a file of a specified format. |
|
Write a conic program to a file of a specified format |
SDPA sparse format¶
|
Reads a semidefinite program in the SDPA sparse format. |
|
Write a semidefinite program to a SDPA sparse file. |
Conic Benchmark Format¶
|
Reads a conic program in the CBF format. |
|
Write a conic program to a CBF file. |