diff --git a/include/mp/backend-std.h b/include/mp/backend-std.h index 5174ce48d..029352e09 100644 --- a/include/mp/backend-std.h +++ b/include/mp/backend-std.h @@ -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); } }