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 MPSolveInfoMPSolveInfo.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 MPSolveInfoMPSolveInfo.parseDelimitedFrom(InputStream input) static MPSolveInfoMPSolveInfo.parseDelimitedFrom(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(InputStream input) static MPSolveInfoMPSolveInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSolveInfoMPSolveInfo.parseFrom(ByteBuffer data) static MPSolveInfoMPSolveInfo.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.BuilderMPSolveInfo.newBuilder(MPSolveInfo prototype) MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo value) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.