Skip to content

Commit

Permalink
fix adding rows failure copy
Browse files Browse the repository at this point in the history
  • Loading branch information
seastian committed Dec 14, 2024
1 parent 1b6c55b commit 88d6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/highs-addon/src/solver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void Solver::AddRows(const Napi::CallbackInfo& info) {
vals.Data()
);
if (status != HighsStatus::kOk) {
ThrowError(env, "Change columns cost failed");
ThrowError(env, "Adding rows failed");
return;
}
}
Expand Down

0 comments on commit 88d6e09

Please sign in to comment.