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 RoutesConstraintProtoRoutesConstraintProto.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 RoutesConstraintProtoRoutesConstraintProto.parseDelimitedFrom(InputStream input) static RoutesConstraintProtoRoutesConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(byte[] data) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(com.google.protobuf.ByteString data) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(InputStream input) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RoutesConstraintProtoRoutesConstraintProto.parseFrom(ByteBuffer data) static RoutesConstraintProtoRoutesConstraintProto.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.