Uses of Class
com.google.ortools.sat.CpObjectiveProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of CpObjectiveProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpObjectiveProto Modifier and Type Method Description CpObjectiveProtoCpObjectiveProto.Builder. build()CpObjectiveProtoCpObjectiveProto.Builder. buildPartial()static CpObjectiveProtoCpObjectiveProto. getDefaultInstance()CpObjectiveProtoCpObjectiveProto.Builder. getDefaultInstanceForType()CpObjectiveProtoCpObjectiveProto. getDefaultInstanceForType()CpObjectiveProtoCpModelProto.Builder. getObjective()The objective to minimize.CpObjectiveProtoCpModelProto. getObjective()The objective to minimize.CpObjectiveProtoCpModelProtoOrBuilder. getObjective()The objective to minimize.static CpObjectiveProtoCpObjectiveProto. parseDelimitedFrom(java.io.InputStream input)static CpObjectiveProtoCpObjectiveProto. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpObjectiveProtoCpObjectiveProto. parseFrom(byte[] data)static CpObjectiveProtoCpObjectiveProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpObjectiveProtoCpObjectiveProto. parseFrom(com.google.protobuf.ByteString data)static CpObjectiveProtoCpObjectiveProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpObjectiveProtoCpObjectiveProto. parseFrom(com.google.protobuf.CodedInputStream input)static CpObjectiveProtoCpObjectiveProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpObjectiveProtoCpObjectiveProto. parseFrom(java.io.InputStream input)static CpObjectiveProtoCpObjectiveProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpObjectiveProtoCpObjectiveProto. parseFrom(java.nio.ByteBuffer data)static CpObjectiveProtoCpObjectiveProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type CpObjectiveProto Modifier and Type Method Description com.google.protobuf.Parser<CpObjectiveProto>CpObjectiveProto. getParserForType()static com.google.protobuf.Parser<CpObjectiveProto>CpObjectiveProto. parser()Methods in com.google.ortools.sat with parameters of type CpObjectiveProto Modifier and Type Method Description CpObjectiveProto.BuilderCpObjectiveProto.Builder. mergeFrom(CpObjectiveProto other)CpModelProto.BuilderCpModelProto.Builder. mergeObjective(CpObjectiveProto value)The objective to minimize.static CpObjectiveProto.BuilderCpObjectiveProto. newBuilder(CpObjectiveProto prototype)CpModelProto.BuilderCpModelProto.Builder. setObjective(CpObjectiveProto value)The objective to minimize.