Function highs_sys::Highs_writeSolutionPretty
source · [−]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-readiable 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