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).
pub fn write_sol_file_with_options(
path: &Path,
payload: &SolutionFile<'_>,
ampl_options: &[i64],
) -> Result<usize, Error>As write_sol_file, echoing the model’s own ampl_options (see
format_sol_with_options).