6package com.google.ortools.sat;
15public enum CpSolverStatus
16 implements com.google.protobuf.ProtocolMessageEnum {
72 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
73 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
78 CpSolverStatus.class.getName());
135 throw new java.lang.IllegalArgumentException(
136 "Can't get the number of an unknown enum value.");
146 @java.lang.Deprecated
147 public static CpSolverStatus
valueOf(
int value) {
162 default:
return null;
166 public static com.google.protobuf.Internal.EnumLiteMap<
CpSolverStatus>
168 return internalValueMap;
170 private static final com.google.protobuf.Internal.EnumLiteMap<
178 public final com.google.protobuf.Descriptors.EnumValueDescriptor
181 throw new java.lang.IllegalStateException(
182 "Can't get the descriptor of an unrecognized enum value.");
186 public final com.google.protobuf.Descriptors.EnumDescriptor
190 public static final com.google.protobuf.Descriptors.EnumDescriptor
192 return com.google.ortools.sat.CpModelProtobuf.getDescriptor().getEnumTypes().get(0);
198 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
200 throw new java.lang.IllegalArgumentException(
201 "EnumValueDescriptor is not for this type.");
203 if (desc.getIndex() == -1) {
206 return VALUES[desc.getIndex()];
209 private final int value;