pub fn load_problem_from_reader(
reader: impl BufRead,
) -> Result<SvmProblem, SvmError>Expand description
Load an SVM problem from any buffered reader.
Uses LoadOptions::default. See load_problem for the validation
contract and non-goals.
pub fn load_problem_from_reader(
reader: impl BufRead,
) -> Result<SvmProblem, SvmError>Load an SVM problem from any buffered reader.
Uses LoadOptions::default. See load_problem for the validation
contract and non-goals.