public interface MPSolveInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getSolveUserTimeSeconds()
optional double solve_user_time_seconds = 2; |
double |
getSolveWallTimeSeconds()
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
|
boolean |
hasSolveUserTimeSeconds()
optional double solve_user_time_seconds = 2; |
boolean |
hasSolveWallTimeSeconds()
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSolveWallTimeSeconds()
How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library. "wall" time and "user" time are to be interpreted like for the "time" command in bash (see "help time"). In particular, "user time" is CPU time and can be greater than wall time when using several threads.
optional double solve_wall_time_seconds = 1;
double getSolveWallTimeSeconds()
How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library. "wall" time and "user" time are to be interpreted like for the "time" command in bash (see "help time"). In particular, "user time" is CPU time and can be greater than wall time when using several threads.
optional double solve_wall_time_seconds = 1;
boolean hasSolveUserTimeSeconds()
optional double solve_user_time_seconds = 2;
double getSolveUserTimeSeconds()
optional double solve_user_time_seconds = 2;
Copyright © 2025. All rights reserved.