Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
java.lang.String | getStrategy () |
com.google.protobuf.ByteString | getStrategyBytes () |
double | getDurationSeconds () |
final boolean | isInitialized () |
void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
int | getSerializedSize () |
boolean | equals (final java.lang.Object obj) |
int | hashCode () |
Builder | newBuilderForType () |
Builder | toBuilder () |
com.google.protobuf.Parser< FirstSolutionStatistics > | getParserForType () |
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | getDefaultInstanceForType () |
Public Member Functions inherited from com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics prototype) |
static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics | getDefaultInstance () |
static com.google.protobuf.Parser< FirstSolutionStatistics > | parser () |
Static Public Attributes | |
static final int | STRATEGY_FIELD_NUMBER = 1 |
static final int | DURATION_SECONDS_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
First solution statistics collected during search.
Protobuf type operations_research.LocalSearchStatistics.FirstSolutionStatistics
Definition at line 92 of file LocalSearchStatistics.java.
boolean com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.equals | ( | final java.lang.Object | obj | ) |
Definition at line 231 of file LocalSearchStatistics.java.
|
static |
Definition at line 657 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getDefaultInstanceForType | ( | ) |
Definition at line 693 of file LocalSearchStatistics.java.
|
static |
Definition at line 115 of file LocalSearchStatistics.java.
double com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getDurationSeconds | ( | ) |
Time spent in the decision builder.
double duration_seconds = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.
Definition at line 185 of file LocalSearchStatistics.java.
com.google.protobuf.Parser< FirstSolutionStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getParserForType | ( | ) |
Definition at line 688 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getSerializedSize | ( | ) |
Definition at line 213 of file LocalSearchStatistics.java.
java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getStrategy | ( | ) |
Name of the strategy used.
string strategy = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.
Definition at line 139 of file LocalSearchStatistics.java.
com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getStrategyBytes | ( | ) |
Name of the strategy used.
string strategy = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.
Definition at line 161 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.hashCode | ( | ) |
Definition at line 250 of file LocalSearchStatistics.java.
|
protected |
Definition at line 121 of file LocalSearchStatistics.java.
final boolean com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.isInitialized | ( | ) |
Definition at line 191 of file LocalSearchStatistics.java.
|
static |
Definition at line 340 of file LocalSearchStatistics.java.
|
static |
Definition at line 343 of file LocalSearchStatistics.java.
Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.newBuilderForType | ( | ) |
Definition at line 339 of file LocalSearchStatistics.java.
|
protected |
Definition at line 353 of file LocalSearchStatistics.java.
|
static |
Definition at line 311 of file LocalSearchStatistics.java.
|
static |
Definition at line 317 of file LocalSearchStatistics.java.
|
static |
Definition at line 288 of file LocalSearchStatistics.java.
|
static |
Definition at line 292 of file LocalSearchStatistics.java.
|
static |
Definition at line 277 of file LocalSearchStatistics.java.
|
static |
Definition at line 282 of file LocalSearchStatistics.java.
|
static |
Definition at line 324 of file LocalSearchStatistics.java.
|
static |
Definition at line 330 of file LocalSearchStatistics.java.
|
static |
Definition at line 298 of file LocalSearchStatistics.java.
|
static |
Definition at line 303 of file LocalSearchStatistics.java.
|
static |
Definition at line 266 of file LocalSearchStatistics.java.
|
static |
Definition at line 271 of file LocalSearchStatistics.java.
|
static |
Definition at line 683 of file LocalSearchStatistics.java.
Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.toBuilder | ( | ) |
Definition at line 347 of file LocalSearchStatistics.java.
void com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 201 of file LocalSearchStatistics.java.
|
static |
Definition at line 174 of file LocalSearchStatistics.java.
|
static |
Definition at line 127 of file LocalSearchStatistics.java.