pub fn write_model_to_string(
w: &mut impl ModelWriter,
model: &Model,
) -> Result<String>Expand description
Write the model into a string s using the given ModelWriter. This is simply a
short-cut that saves some repetitive boiler-plate.