pub unsafe extern "C" fn Highs_writeSolutionPretty(
highs: *const c_void,
filename: *const c_char,
) -> HighsIntExpand description
Write the solution information (including dual and basis status, if available) to a file in a human-readable format.
The method identical to Highs_writeSolution, except that the
printout is in a human-readable format.
@param highs A pointer to the Highs instance. @param filename The name of the file to write the results to.
@returns A kHighsStatus constant indicating whether the call succeeded.