Uses of Class
com.google.ortools.linearsolver.MPSolveInfo
-
Packages that use MPSolveInfo Package Description com.google.ortools.linearsolver -
-
Uses of MPSolveInfo in com.google.ortools.linearsolver
Fields in com.google.ortools.linearsolver with type parameters of type MPSolveInfo Modifier and Type Field Description static com.google.protobuf.Parser<MPSolveInfo>MPSolveInfo. PARSERDeprecated.Methods in com.google.ortools.linearsolver that return MPSolveInfo Modifier and Type Method Description MPSolveInfoMPSolveInfo.Builder. build()MPSolveInfoMPSolveInfo.Builder. buildPartial()static MPSolveInfoMPSolveInfo. getDefaultInstance()MPSolveInfoMPSolveInfo.Builder. getDefaultInstanceForType()MPSolveInfoMPSolveInfo. getDefaultInstanceForType()MPSolveInfoMPSolutionResponse.Builder. getSolveInfo()Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolveInfoMPSolutionResponse. getSolveInfo()Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolveInfoMPSolutionResponseOrBuilder. getSolveInfo()Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.static MPSolveInfoMPSolveInfo. parseDelimitedFrom(java.io.InputStream input)static MPSolveInfoMPSolveInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSolveInfoMPSolveInfo. parseFrom(byte[] data)static MPSolveInfoMPSolveInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSolveInfoMPSolveInfo. parseFrom(com.google.protobuf.ByteString data)static MPSolveInfoMPSolveInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSolveInfoMPSolveInfo. parseFrom(com.google.protobuf.CodedInputStream input)static MPSolveInfoMPSolveInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSolveInfoMPSolveInfo. parseFrom(java.io.InputStream input)static MPSolveInfoMPSolveInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSolveInfoMPSolveInfo. parseFrom(java.nio.ByteBuffer data)static MPSolveInfoMPSolveInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.linearsolver that return types with arguments of type MPSolveInfo Modifier and Type Method Description com.google.protobuf.Parser<MPSolveInfo>MPSolveInfo. getParserForType()static com.google.protobuf.Parser<MPSolveInfo>MPSolveInfo. parser()Methods in com.google.ortools.linearsolver with parameters of type MPSolveInfo Modifier and Type Method Description MPSolveInfo.BuilderMPSolveInfo.Builder. mergeFrom(MPSolveInfo other)MPSolutionResponse.BuilderMPSolutionResponse.Builder. mergeSolveInfo(MPSolveInfo value)Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.static MPSolveInfo.BuilderMPSolveInfo. newBuilder(MPSolveInfo prototype)MPSolutionResponse.BuilderMPSolutionResponse.Builder. setSolveInfo(MPSolveInfo value)Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.
-