![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
enum | Value |
Public Member Functions | |
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< RoutingSearchStatus > | getParserForType () |
com.google.ortools.constraintsolver.RoutingSearchStatus | getDefaultInstanceForType () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.RoutingSearchStatus | 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.RoutingSearchStatus prototype) |
static com.google.ortools.constraintsolver.RoutingSearchStatus | getDefaultInstance () |
static com.google.protobuf.Parser< RoutingSearchStatus > | parser () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Used by `RoutingModel` to report the status of the search for a solution.
Protobuf type operations_research.RoutingSearchStatus
Definition at line 16 of file RoutingSearchStatus.java.
boolean com.google.ortools.constraintsolver.RoutingSearchStatus.equals | ( | final java.lang.Object | obj | ) |
Definition at line 318 of file RoutingSearchStatus.java.
|
static |
Definition at line 565 of file RoutingSearchStatus.java.
com.google.ortools.constraintsolver.RoutingSearchStatus com.google.ortools.constraintsolver.RoutingSearchStatus.getDefaultInstanceForType | ( | ) |
Definition at line 601 of file RoutingSearchStatus.java.
|
static |
Definition at line 38 of file RoutingSearchStatus.java.
com.google.protobuf.Parser< RoutingSearchStatus > com.google.ortools.constraintsolver.RoutingSearchStatus.getParserForType | ( | ) |
Definition at line 596 of file RoutingSearchStatus.java.
int com.google.ortools.constraintsolver.RoutingSearchStatus.getSerializedSize | ( | ) |
Definition at line 307 of file RoutingSearchStatus.java.
int com.google.ortools.constraintsolver.RoutingSearchStatus.hashCode | ( | ) |
Definition at line 332 of file RoutingSearchStatus.java.
|
protected |
Definition at line 44 of file RoutingSearchStatus.java.
final boolean com.google.ortools.constraintsolver.RoutingSearchStatus.isInitialized | ( | ) |
Definition at line 291 of file RoutingSearchStatus.java.
|
static |
Definition at line 417 of file RoutingSearchStatus.java.
|
static |
Definition at line 420 of file RoutingSearchStatus.java.
Builder com.google.ortools.constraintsolver.RoutingSearchStatus.newBuilderForType | ( | ) |
Definition at line 416 of file RoutingSearchStatus.java.
|
protected |
Definition at line 430 of file RoutingSearchStatus.java.
|
static |
Definition at line 388 of file RoutingSearchStatus.java.
|
static |
Definition at line 394 of file RoutingSearchStatus.java.
|
static |
Definition at line 365 of file RoutingSearchStatus.java.
|
static |
Definition at line 369 of file RoutingSearchStatus.java.
|
static |
Definition at line 354 of file RoutingSearchStatus.java.
|
static |
Definition at line 359 of file RoutingSearchStatus.java.
|
static |
Definition at line 401 of file RoutingSearchStatus.java.
|
static |
Definition at line 407 of file RoutingSearchStatus.java.
|
static |
Definition at line 375 of file RoutingSearchStatus.java.
|
static |
Definition at line 380 of file RoutingSearchStatus.java.
|
static |
Definition at line 343 of file RoutingSearchStatus.java.
|
static |
Definition at line 348 of file RoutingSearchStatus.java.
|
static |
Definition at line 591 of file RoutingSearchStatus.java.
Builder com.google.ortools.constraintsolver.RoutingSearchStatus.toBuilder | ( | ) |
Definition at line 424 of file RoutingSearchStatus.java.
void com.google.ortools.constraintsolver.RoutingSearchStatus.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 301 of file RoutingSearchStatus.java.