Skip to content

Commit

Permalink
Remove confusing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Oct 7, 2024
1 parent 7db5f0c commit 1bf8659
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/mp/backend-std.h
Original file line number Diff line number Diff line change
Expand Up @@ -1096,11 +1096,6 @@ class StdBackend :
+ fln
+ "' failed:\n"
+ exc.what();
if (IMPL_HAS_STD_FEATURE(WRITE_SOLUTION))
msg +=
"\n Note: to export solutions and results\n"
" in the solver's native formats,\n"
" use option 'tech:writesolution'";
MP_RAISE(msg);
}
}
Expand Down

0 comments on commit 1bf8659

Please sign in to comment.