qics.io.read_file¶
- qics.io.read_file(filename)[source]¶
Reads a file representing a conic program, and return a
Modelrepresenting this problem. Currently supports*.dat-s,*.dat-c, and*.cbffile formats.- Parameters:
- filename
string Name of the file and file format we want to read.
- filename
- Returns:
ModelModel representing the conic program from the specified file.
See also
write_fileWrite a conic program to a file of a specified format.
read_sdpaRead file in the SDPA sparse format.
read_cbfRead file in the Conic Benchmark Format.