We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e560d2 + a3f87fe commit 36f1f02Copy full SHA for 36f1f02
YAFCmodel/Model/ProductionTable.cs
@@ -417,7 +417,7 @@ public override async Task<string> Solve(ProjectPage page) {
417
else {
418
solver.Dispose();
419
if (result == Solver.ResultStatus.INFEASIBLE) {
420
- 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.";
421
}
422
423
if (result == Solver.ResultStatus.ABNORMAL) {
0 commit comments