Uses of Class
com.google.ortools.linearsolver.MPQuadraticObjective
Packages that use MPQuadraticObjective
-
Uses of MPQuadraticObjective in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPQuadraticObjectiveModifier and TypeMethodDescriptionMPQuadraticObjective.Builder.build()
MPQuadraticObjective.Builder.buildPartial()
static MPQuadraticObjective
MPQuadraticObjective.getDefaultInstance()
MPQuadraticObjective.Builder.getDefaultInstanceForType()
MPQuadraticObjective.getDefaultInstanceForType()
MPModelProto.Builder.getQuadraticObjective()
Optionally, a quadratic objective.MPModelProto.getQuadraticObjective()
Optionally, a quadratic objective.MPModelProtoOrBuilder.getQuadraticObjective()
Optionally, a quadratic objective.static MPQuadraticObjective
MPQuadraticObjective.parseDelimitedFrom
(InputStream input) static MPQuadraticObjective
MPQuadraticObjective.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(byte[] data) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(com.google.protobuf.ByteString data) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(com.google.protobuf.CodedInputStream input) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(InputStream input) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(ByteBuffer data) static MPQuadraticObjective
MPQuadraticObjective.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPQuadraticObjectiveModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<MPQuadraticObjective> MPQuadraticObjective.getParserForType()
static com.google.protobuf.Parser
<MPQuadraticObjective> MPQuadraticObjective.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPQuadraticObjectiveModifier and TypeMethodDescriptionMPQuadraticObjective.Builder.mergeFrom
(MPQuadraticObjective other) MPModelProto.Builder.mergeQuadraticObjective
(MPQuadraticObjective value) Optionally, a quadratic objective.static MPQuadraticObjective.Builder
MPQuadraticObjective.newBuilder
(MPQuadraticObjective prototype) MPModelProto.Builder.setQuadraticObjective
(MPQuadraticObjective value) Optionally, a quadratic objective.