Skip to main content

write_sol_file_with_options

Function write_sol_file_with_options 

Source
pub fn write_sol_file_with_options(
    path: &Path,
    payload: &SolutionFile<'_>,
    ampl_options: &[i64],
) -> Result<usize, Error>
Expand description

As write_sol_file, echoing the model’s own ampl_options (see format_sol_with_options).