qics.io.write_file¶
- qics.io.write_file(model, filename)[source]¶
Writes a conic program represented by a
Model
to a specified file and format. Currently supports*.dat-s
,*.dat-c
, and*.cbf
formats.- Parameters:
See also
read_file
Read conic program from a file of a specified format.
write_sdpa
Write file in the SDPA sparse format.
write_cbf
Write file in the Conic Benchmark Format.