Uses of Class
com.google.ortools.sat.LinearObjective
Packages that use LinearObjective
-
Uses of LinearObjective in com.google.ortools.sat
Methods in com.google.ortools.sat that return LinearObjectiveModifier and TypeMethodDescriptionLinearObjective.Builder.build()
LinearObjective.Builder.buildPartial()
static LinearObjective
LinearObjective.getDefaultInstance()
LinearObjective.Builder.getDefaultInstanceForType()
LinearObjective.getDefaultInstanceForType()
LinearBooleanProblem.Builder.getObjective()
The objective of the problem.LinearBooleanProblem.getObjective()
The objective of the problem.LinearBooleanProblemOrBuilder.getObjective()
The objective of the problem.static LinearObjective
LinearObjective.parseDelimitedFrom
(InputStream input) static LinearObjective
LinearObjective.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjective
LinearObjective.parseFrom
(byte[] data) static LinearObjective
LinearObjective.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjective
LinearObjective.parseFrom
(com.google.protobuf.ByteString data) static LinearObjective
LinearObjective.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjective
LinearObjective.parseFrom
(com.google.protobuf.CodedInputStream input) static LinearObjective
LinearObjective.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjective
LinearObjective.parseFrom
(InputStream input) static LinearObjective
LinearObjective.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjective
LinearObjective.parseFrom
(ByteBuffer data) static LinearObjective
LinearObjective.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type LinearObjectiveModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<LinearObjective> LinearObjective.getParserForType()
static com.google.protobuf.Parser
<LinearObjective> LinearObjective.parser()
Methods in com.google.ortools.sat with parameters of type LinearObjectiveModifier and TypeMethodDescriptionLinearObjective.Builder.mergeFrom
(LinearObjective other) LinearBooleanProblem.Builder.mergeObjective
(LinearObjective value) The objective of the problem.static LinearObjective.Builder
LinearObjective.newBuilder
(LinearObjective prototype) LinearBooleanProblem.Builder.setObjective
(LinearObjective value) The objective of the problem.