qics.io.write_file¶
- qics.io.write_file(model, filename)[source]¶
Writes a conic program represented by a
Modelto a specified file and format. Currently supports*.dat-s,*.dat-c, and*.cbfformats.- Parameters:
See also
read_fileRead conic program from a file of a specified format.
write_sdpaWrite file in the SDPA sparse format.
write_cbfWrite file in the Conic Benchmark Format.