11 implements com.google.protobuf.ProtocolMessageEnum {
53 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
54 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
64 public static final int OPTIMALITY_NORM_UNSPECIFIED_VALUE = 0;
72 public static final int OPTIMALITY_NORM_L_INF_VALUE = 1;
80 public static final int OPTIMALITY_NORM_L2_VALUE = 2;
98 public static final int OPTIMALITY_NORM_L_INF_COMPONENTWISE_VALUE = 3;
110 @java.lang.Deprecated
112 return forNumber(value);
121 case 0:
return OPTIMALITY_NORM_UNSPECIFIED;
122 case 1:
return OPTIMALITY_NORM_L_INF;
123 case 2:
return OPTIMALITY_NORM_L2;
124 case 3:
return OPTIMALITY_NORM_L_INF_COMPONENTWISE;
125 default:
return null;
129 public static com.google.protobuf.Internal.EnumLiteMap<
OptimalityNorm>
131 return internalValueMap;
133 private static final com.google.protobuf.Internal.EnumLiteMap<
141 public final com.google.protobuf.Descriptors.EnumValueDescriptor
143 return getDescriptor().getValues().get(ordinal());
145 public final com.google.protobuf.Descriptors.EnumDescriptor
147 return getDescriptor();
149 public static final com.google.protobuf.Descriptors.EnumDescriptor
151 return com.google.ortools.pdlp.Solvers.getDescriptor().getEnumTypes().get(0);
157 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
158 if (desc.getType() != getDescriptor()) {
159 throw new java.lang.IllegalArgumentException(
160 "EnumValueDescriptor is not for this type.");
162 return VALUES[desc.getIndex()];
165 private final int value;