From 1c21f37619cccadd4ad222661c8ce52ab827f004 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Sat, 9 Jul 2022 15:50:45 -0500 Subject: [PATCH] Close #431. --- src/hermes_status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hermes_status.h b/src/hermes_status.h index 5bcc28548..339a3073f 100644 --- a/src/hermes_status.h +++ b/src/hermes_status.h @@ -38,7 +38,7 @@ namespace hermes { X(-13, DPE_RANDOM_FOUND_NO_TGT, "DPE random found no target with enough " \ "space for blob.") \ X(-14, DPE_GET_INVALID_TGT, "DPE got an invalid target ID.") \ - X(-15, DPE_ORTOOLS_NO_SOLUTION, "DPE or-tools does not find a solution" \ + X(-15, DPE_ORTOOLS_NO_SOLUTION, "DPE GLPK does not find a solution " \ "with provided constraints.") \ X(-16, DPE_PLACEMENTSCHEMA_EMPTY, "DPE PlacementSchema is empty.") \ X(-17, READ_BLOB_FAILED, "Read blob from its id failed.") \