public static interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getDurationSeconds()
Time spent in the decision builder.
|
java.lang.String |
getStrategy()
Name of the strategy used.
|
com.google.protobuf.ByteString |
getStrategyBytes()
Name of the strategy used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getStrategy()
Name of the strategy used.
string strategy = 1;
com.google.protobuf.ByteString getStrategyBytes()
Name of the strategy used.
string strategy = 1;
double getDurationSeconds()
Time spent in the decision builder.
double duration_seconds = 2;
Copyright © 2025. All rights reserved.