Uses of Class
com.google.ortools.sat.v1.CpSolverRequest
-
Packages that use CpSolverRequest Package Description com.google.ortools.sat.v1 -
-
Uses of CpSolverRequest in com.google.ortools.sat.v1
Methods in com.google.ortools.sat.v1 that return CpSolverRequest Modifier and Type Method Description CpSolverRequestCpSolverRequest.Builder. build()CpSolverRequestCpSolverRequest.Builder. buildPartial()static CpSolverRequestCpSolverRequest. getDefaultInstance()CpSolverRequestCpSolverRequest.Builder. getDefaultInstanceForType()CpSolverRequestCpSolverRequest. getDefaultInstanceForType()static CpSolverRequestCpSolverRequest. parseDelimitedFrom(java.io.InputStream input)static CpSolverRequestCpSolverRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverRequestCpSolverRequest. parseFrom(byte[] data)static CpSolverRequestCpSolverRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverRequestCpSolverRequest. parseFrom(com.google.protobuf.ByteString data)static CpSolverRequestCpSolverRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverRequestCpSolverRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CpSolverRequestCpSolverRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverRequestCpSolverRequest. parseFrom(java.io.InputStream input)static CpSolverRequestCpSolverRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverRequestCpSolverRequest. parseFrom(java.nio.ByteBuffer data)static CpSolverRequestCpSolverRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat.v1 that return types with arguments of type CpSolverRequest Modifier and Type Method Description com.google.protobuf.Parser<CpSolverRequest>CpSolverRequest. getParserForType()static com.google.protobuf.Parser<CpSolverRequest>CpSolverRequest. parser()Methods in com.google.ortools.sat.v1 with parameters of type CpSolverRequest Modifier and Type Method Description CpSolverRequest.BuilderCpSolverRequest.Builder. mergeFrom(CpSolverRequest other)static CpSolverRequest.BuilderCpSolverRequest. newBuilder(CpSolverRequest prototype)
-