Skip to content

Commit

Permalink
highs: fix typo (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui committed Jun 11, 2024
1 parent e8be075 commit dc4e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/highs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub enum HighsSolverType {
impl HighsSolverType {
fn as_str(&self) -> &str {
match self {
HighsSolverType::Simplex => "s1implex",
HighsSolverType::Simplex => "simplex",
HighsSolverType::Choose => "choose",
HighsSolverType::Ipm => "ipm",
}
Expand Down

0 comments on commit dc4e4fa

Please sign in to comment.