Trait lp_solvers::solvers::SolverProgram [−][src]
An external commandline solver
Required methods
fn command_name(&self) -> &str[src]
Returns the commandline program name
fn arguments(&self, lp_file: &Path, solution_file: &Path) -> Vec<OsString>[src]
Returns the commandline arguments
Provided methods
fn preferred_temp_solution_file(&self) -> Option<&Path>[src]
If there is a predefined solution filename
fn parse_stdout_status(&self, _stdout: &[u8]) -> Option<Status>[src]
Parse the output of the program
fn solution_suffix(&self) -> Option<&str>[src]
A suffix the solution file must have