Skip to content

Commit

Permalink
Close #431.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jul 9, 2022
1 parent 0ffc464 commit 1c21f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes_status.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.") \
Expand Down

0 comments on commit 1c21f37

Please sign in to comment.