Uses of Class
com.google.ortools.sat.LinearObjective
-
Packages that use LinearObjective Package Description com.google.ortools.sat -
-
Uses of LinearObjective in com.google.ortools.sat
Fields in com.google.ortools.sat with type parameters of type LinearObjective Modifier and Type Field Description static com.google.protobuf.Parser<LinearObjective>LinearObjective. PARSERDeprecated.Methods in com.google.ortools.sat that return LinearObjective Modifier and Type Method Description LinearObjectiveLinearObjective.Builder. build()LinearObjectiveLinearObjective.Builder. buildPartial()static LinearObjectiveLinearObjective. getDefaultInstance()LinearObjectiveLinearObjective.Builder. getDefaultInstanceForType()LinearObjectiveLinearObjective. getDefaultInstanceForType()LinearObjectiveLinearBooleanProblem.Builder. getObjective()The objective of the problem.LinearObjectiveLinearBooleanProblem. getObjective()The objective of the problem.LinearObjectiveLinearBooleanProblemOrBuilder. getObjective()The objective of the problem.static LinearObjectiveLinearObjective. parseDelimitedFrom(java.io.InputStream input)static LinearObjectiveLinearObjective. parseDelimitedFrom(java.io.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(java.io.InputStream input)static LinearObjectiveLinearObjective. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearObjectiveLinearObjective. parseFrom(java.nio.ByteBuffer data)static LinearObjectiveLinearObjective. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type LinearObjective Modifier and Type Method Description com.google.protobuf.Parser<LinearObjective>LinearObjective. getParserForType()static com.google.protobuf.Parser<LinearObjective>LinearObjective. parser()Methods in com.google.ortools.sat with parameters of type LinearObjective Modifier and Type Method Description LinearObjective.BuilderLinearObjective.Builder. mergeFrom(LinearObjective other)LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. mergeObjective(LinearObjective value)The objective of the problem.static LinearObjective.BuilderLinearObjective. newBuilder(LinearObjective prototype)LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. setObjective(LinearObjective value)The objective of the problem.
-