Skip to content

Commit

Permalink
MSVC is so strict with types !
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 9, 2025
1 parent 970297c commit fa9bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/modeler/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, const char** argv)
{
logs.info() << "Writing problem.lp...";
auto mps_path = std::filesystem::current_path() / "problem.lp";
pb.WriteLP(mps_path.c_str());
pb.WriteLP(mps_path.string());
}

logs.info() << "Launching resolution...";
Expand Down

0 comments on commit fa9bf54

Please sign in to comment.