Uses of Class
com.google.ortools.sat.CpModelProto
Packages that use CpModelProto
-
Uses of CpModelProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpModelProtoModifier and TypeMethodDescriptionCpModelProto.Builder.build()CpModelProto.Builder.buildPartial()static CpModelProtoCpModelProto.getDefaultInstance()CpModelProto.Builder.getDefaultInstanceForType()CpModelProto.getDefaultInstanceForType()CpModel.model()static CpModelProtoCpModelProto.parseDelimitedFrom(InputStream input) static CpModelProtoCpModelProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpModelProtoCpModelProto.parseFrom(byte[] data) static CpModelProtoCpModelProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpModelProtoCpModelProto.parseFrom(com.google.protobuf.ByteString data) static CpModelProtoCpModelProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpModelProtoCpModelProto.parseFrom(com.google.protobuf.CodedInputStream input) static CpModelProtoCpModelProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpModelProtoCpModelProto.parseFrom(InputStream input) static CpModelProtoCpModelProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpModelProtoCpModelProto.parseFrom(ByteBuffer data) static CpModelProtoCpModelProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type CpModelProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CpModelProto> CpModelProto.getParserForType()static com.google.protobuf.Parser<CpModelProto> CpModelProto.parser()Methods in com.google.ortools.sat with parameters of type CpModelProtoModifier and TypeMethodDescriptionCpModelProto.Builder.mergeFrom(CpModelProto other) static StringCpSatHelper.modelStats(CpModelProto model_proto) static CpModelProto.BuilderCpModelProto.newBuilder(CpModelProto prototype) SolveWrapper.solve(CpModelProto model_proto) static StringCpSatHelper.validateModel(CpModelProto model_proto) static booleanCpSatHelper.writeModelToFile(CpModelProto model_proto, String filename) -
Uses of CpModelProto in com.google.ortools.sat.v1
Methods in com.google.ortools.sat.v1 that return CpModelProtoModifier and TypeMethodDescriptionCpSolverRequest.Builder.getModel()The model to solve.CpSolverRequest.getModel()The model to solve.CpSolverRequestOrBuilder.getModel()The model to solve.Methods in com.google.ortools.sat.v1 with parameters of type CpModelProtoModifier and TypeMethodDescriptionCpSolverRequest.Builder.mergeModel(CpModelProto value) The model to solve.CpSolverRequest.Builder.setModel(CpModelProto value) The model to solve.