Uses of Class
com.google.ortools.linearsolver.MPSolveInfo
Packages that use MPSolveInfo
-
Uses of MPSolveInfo in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolveInfoModifier and TypeMethodDescriptionMPSolveInfo.Builder.build()
MPSolveInfo.Builder.buildPartial()
static MPSolveInfo
MPSolveInfo.getDefaultInstance()
MPSolveInfo.Builder.getDefaultInstanceForType()
MPSolveInfo.getDefaultInstanceForType()
MPSolutionResponse.Builder.getSolveInfo()
Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolutionResponse.getSolveInfo()
Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolutionResponseOrBuilder.getSolveInfo()
Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.static MPSolveInfo
MPSolveInfo.parseDelimitedFrom
(InputStream input) static MPSolveInfo
MPSolveInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfo
MPSolveInfo.parseFrom
(byte[] data) static MPSolveInfo
MPSolveInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfo
MPSolveInfo.parseFrom
(com.google.protobuf.ByteString data) static MPSolveInfo
MPSolveInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfo
MPSolveInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static MPSolveInfo
MPSolveInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfo
MPSolveInfo.parseFrom
(InputStream input) static MPSolveInfo
MPSolveInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfo
MPSolveInfo.parseFrom
(ByteBuffer data) static MPSolveInfo
MPSolveInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPSolveInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<MPSolveInfo> MPSolveInfo.getParserForType()
static com.google.protobuf.Parser
<MPSolveInfo> MPSolveInfo.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPSolveInfoModifier and TypeMethodDescriptionMPSolveInfo.Builder.mergeFrom
(MPSolveInfo other) MPSolutionResponse.Builder.mergeSolveInfo
(MPSolveInfo value) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.static MPSolveInfo.Builder
MPSolveInfo.newBuilder
(MPSolveInfo prototype) MPSolutionResponse.Builder.setSolveInfo
(MPSolveInfo value) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.