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:
modelModel

Model representing the conic program we want to write to a file.

filenamestring

Name of the file and file format we want to write to.

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.