Uses of Class
com.google.ortools.sat.RoutesConstraintProto
Packages that use RoutesConstraintProto
-
Uses of RoutesConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return RoutesConstraintProtoModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.build()
RoutesConstraintProto.Builder.buildPartial()
static RoutesConstraintProto
RoutesConstraintProto.getDefaultInstance()
RoutesConstraintProto.Builder.getDefaultInstanceForType()
RoutesConstraintProto.getDefaultInstanceForType()
ConstraintProto.Builder.getRoutes()
The routes constraint implements the vehicle routing problem.ConstraintProto.getRoutes()
The routes constraint implements the vehicle routing problem.ConstraintProtoOrBuilder.getRoutes()
The routes constraint implements the vehicle routing problem.static RoutesConstraintProto
RoutesConstraintProto.parseDelimitedFrom
(InputStream input) static RoutesConstraintProto
RoutesConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(byte[] data) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(InputStream input) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(ByteBuffer data) static RoutesConstraintProto
RoutesConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type RoutesConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RoutesConstraintProto> RoutesConstraintProto.getParserForType()
static com.google.protobuf.Parser
<RoutesConstraintProto> RoutesConstraintProto.parser()
Methods in com.google.ortools.sat with parameters of type RoutesConstraintProtoModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.mergeFrom
(RoutesConstraintProto other) ConstraintProto.Builder.mergeRoutes
(RoutesConstraintProto value) The routes constraint implements the vehicle routing problem.RoutesConstraintProto.newBuilder
(RoutesConstraintProto prototype) ConstraintProto.Builder.setRoutes
(RoutesConstraintProto value) The routes constraint implements the vehicle routing problem.