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 ListOfVariablesProto
ListOfVariablesProto.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 ListOfVariablesProto
ListOfVariablesProto.parseDelimitedFrom
(InputStream input) static ListOfVariablesProto
ListOfVariablesProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(byte[] data) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(com.google.protobuf.ByteString data) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(com.google.protobuf.CodedInputStream input) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(InputStream input) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListOfVariablesProto
ListOfVariablesProto.parseFrom
(ByteBuffer data) static ListOfVariablesProto
ListOfVariablesProto.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.Builder
ListOfVariablesProto.newBuilder
(ListOfVariablesProto prototype) ConstraintProto.Builder.setDummyConstraint
(ListOfVariablesProto value) This constraint is not meant to be used and will be rejected by the solver.