diff --git a/YAFCmodel/Model/ProductionTable.cs b/YAFCmodel/Model/ProductionTable.cs index 82cf16bf..c670a8c1 100644 --- a/YAFCmodel/Model/ProductionTable.cs +++ b/YAFCmodel/Model/ProductionTable.cs @@ -417,7 +417,7 @@ public override async Task Solve(ProjectPage page) { else { solver.Dispose(); if (result == Solver.ResultStatus.INFEASIBLE) { - return "YAFC tried to solve this model and failed. It then tried to find a deadlock loop, but failed again"; + return "YAFC failed to solve the model and to find deadlock loops. As a result, the model was not updated."; } if (result == Solver.ResultStatus.ABNORMAL) {