Uses of Class
com.google.ortools.linearsolver.MPSolveInfo.Builder
Packages that use MPSolveInfo.Builder
-
Uses of MPSolveInfo.Builder in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolveInfo.Builder in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic final class
Protobuf typeoperations_research.MPSolveInfo
Methods in com.google.ortools.linearsolver that return MPSolveInfo.BuilderModifier and TypeMethodDescriptionMPSolveInfo.Builder.clear()
MPSolveInfo.Builder.clearSolveUserTimeSeconds()
optional double solve_user_time_seconds = 2;
MPSolveInfo.Builder.clearSolveWallTimeSeconds()
How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library.MPSolutionResponse.Builder.getSolveInfoBuilder()
Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolveInfo.Builder.mergeFrom
(MPSolveInfo other) MPSolveInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MPSolveInfo.Builder.mergeFrom
(com.google.protobuf.Message other) static MPSolveInfo.Builder
MPSolveInfo.newBuilder()
static MPSolveInfo.Builder
MPSolveInfo.newBuilder
(MPSolveInfo prototype) MPSolveInfo.newBuilderForType()
protected MPSolveInfo.Builder
MPSolveInfo.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) MPSolveInfo.Builder.setSolveUserTimeSeconds
(double value) optional double solve_user_time_seconds = 2;
MPSolveInfo.Builder.setSolveWallTimeSeconds
(double value) How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library.MPSolveInfo.toBuilder()
Methods in com.google.ortools.linearsolver with parameters of type MPSolveInfo.BuilderModifier and TypeMethodDescriptionMPSolutionResponse.Builder.setSolveInfo
(MPSolveInfo.Builder builderForValue) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.