Skip to content

Commit

Permalink
[solvers] Change MosekSolver's name to MOSEK not Mosek
Browse files Browse the repository at this point in the history
Upstream prefers the scream case.
  • Loading branch information
jwnimmer-tri committed Jan 6, 2025
1 parent 3e1e18a commit ddb95a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/mosek_solver_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MosekSolver::MosekSolver()
MosekSolver::~MosekSolver() = default;

SolverId MosekSolver::id() {
static const never_destroyed<SolverId> singleton{"Mosek"};
static const never_destroyed<SolverId> singleton{"MOSEK"};
return singleton.access();
}

Expand Down

0 comments on commit ddb95a4

Please sign in to comment.