Function mosek::link_file_to_stream

source ·
pub fn link_file_to_stream(
    whichstream_: i32,
    filename_: &str,
    append_: i32
) -> Result<(), String>
Expand description

Directs all output from a stream to a file.

§Arguments

  • whichstream_ Index of the stream.

    See Streamtype

  • filename_ A valid file name.

  • append_ If this argument is 0 the file will be overwritten, otherwise it will be appended to.

Full documentation: https://docs.mosek.com/latest/capi/alphabetic-functionalities.html#mosek.env.linkfiletoenvstream