diff options
Diffstat (limited to 'nlpsolver/ThirdParty/EvolutionarySolver')
-rw-r--r-- | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java index 7bfe6df9511e..be7f00cde765 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java @@ -16,5 +16,4 @@ public class CompareValue { public static final int LARGER_THAN = 2; public static final int EQUAL_TO = 1; public static final int LESS_THAN = 0; - public static final int INVALID = -1; } |