Uses of Class
com.google.ortools.sat.ListOfVariablesProto
Packages that use ListOfVariablesProto
-
Uses of ListOfVariablesProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return ListOfVariablesProtoModifier and TypeMethodDescriptionListOfVariablesProto.Builder.build()ListOfVariablesProto.Builder.buildPartial()static ListOfVariablesProtoListOfVariablesProto.getDefaultInstance()ListOfVariablesProto.Builder.getDefaultInstanceForType()ListOfVariablesProto.getDefaultInstanceForType()ConstraintProto.Builder.getDummyConstraint()This constraint is not meant to be used and will be rejected by the solver.ConstraintProto.getDummyConstraint()This constraint is not meant to be used and will be rejected by the solver.ConstraintProtoOrBuilder.getDummyConstraint()This constraint is not meant to be used and will be rejected by the solver.static ListOfVariablesProtoListOfVariablesProto.parseDelimitedFrom(InputStream input) static ListOfVariablesProtoListOfVariablesProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProtoListOfVariablesProto.parseFrom(byte[] data) static ListOfVariablesProtoListOfVariablesProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProtoListOfVariablesProto.parseFrom(com.google.protobuf.ByteString data) static ListOfVariablesProtoListOfVariablesProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProtoListOfVariablesProto.parseFrom(com.google.protobuf.CodedInputStream input) static ListOfVariablesProtoListOfVariablesProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProtoListOfVariablesProto.parseFrom(InputStream input) static ListOfVariablesProtoListOfVariablesProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProtoListOfVariablesProto.parseFrom(ByteBuffer data) static ListOfVariablesProtoListOfVariablesProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type ListOfVariablesProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ListOfVariablesProto> ListOfVariablesProto.getParserForType()static com.google.protobuf.Parser<ListOfVariablesProto> ListOfVariablesProto.parser()Methods in com.google.ortools.sat with parameters of type ListOfVariablesProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeDummyConstraint(ListOfVariablesProto value) This constraint is not meant to be used and will be rejected by the solver.ListOfVariablesProto.Builder.mergeFrom(ListOfVariablesProto other) static ListOfVariablesProto.BuilderListOfVariablesProto.newBuilder(ListOfVariablesProto prototype) ConstraintProto.Builder.setDummyConstraint(ListOfVariablesProto value) This constraint is not meant to be used and will be rejected by the solver.