pub trait WriteToLpFileFormat {
// Required method
fn to_lp_file_format(&self, f: &mut Formatter<'_>) -> Result;
}Expand description
It’s the user’s responsibility to ensure that the variable names used by types implementing this trait follow the solver’s requirements.
Required Methods§
Sourcefn to_lp_file_format(&self, f: &mut Formatter<'_>) -> Result
fn to_lp_file_format(&self, f: &mut Formatter<'_>) -> Result
Write the object to the given formatter in the .lp format