Uses of Class
com.google.ortools.sat.LinearObjective
Packages that use LinearObjective
- 
Uses of LinearObjective in com.google.ortools.satMethods in com.google.ortools.sat that return LinearObjectiveModifier and TypeMethodDescriptionLinearObjective.Builder.build()LinearObjective.Builder.buildPartial()static LinearObjectiveLinearObjective.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 LinearObjectiveLinearObjective.parseDelimitedFrom(InputStream input) static LinearObjectiveLinearObjective.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjectiveLinearObjective.parseFrom(byte[] data) static LinearObjectiveLinearObjective.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjectiveLinearObjective.parseFrom(com.google.protobuf.ByteString data) static LinearObjectiveLinearObjective.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjectiveLinearObjective.parseFrom(com.google.protobuf.CodedInputStream input) static LinearObjectiveLinearObjective.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjectiveLinearObjective.parseFrom(InputStream input) static LinearObjectiveLinearObjective.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearObjectiveLinearObjective.parseFrom(ByteBuffer data) static LinearObjectiveLinearObjective.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.BuilderLinearObjective.newBuilder(LinearObjective prototype) LinearBooleanProblem.Builder.setObjective(LinearObjective value) The objective of the problem.