Skip to content

Commit

Permalink
Fix compil xpress
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jul 25, 2022
1 parent ae27eab commit 605fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/multisolver_interface/SolverXpress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void SolverXpress::read_prob(const char *prob_name, const char *flags) {
}

void SolverXpress::read_basis(const std::filesystem::path &filename) {
int status = XPRSloadbasis(_xprs, filename.string().c_str(), "");
int status = XPRSreadbasis(_xprs, filename.string().c_str(), "");
zero_status_check(status, "read basis");
}

Expand Down

0 comments on commit 605fc28

Please sign in to comment.