![]() |
Google OR-Tools v9.12
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 15 of file RoutingSearchStatus.java.
boolean com.google.ortools.constraintsolver.RoutingSearchStatus.equals | ( | final java.lang.Object | obj | ) |
Definition at line 317 of file RoutingSearchStatus.java.
|
static |
Definition at line 564 of file RoutingSearchStatus.java.
com.google.ortools.constraintsolver.RoutingSearchStatus com.google.ortools.constraintsolver.RoutingSearchStatus.getDefaultInstanceForType | ( | ) |
Definition at line 600 of file RoutingSearchStatus.java.
|
static |
Definition at line 37 of file RoutingSearchStatus.java.
com.google.protobuf.Parser< RoutingSearchStatus > com.google.ortools.constraintsolver.RoutingSearchStatus.getParserForType | ( | ) |
Definition at line 595 of file RoutingSearchStatus.java.
int com.google.ortools.constraintsolver.RoutingSearchStatus.getSerializedSize | ( | ) |
Definition at line 306 of file RoutingSearchStatus.java.
int com.google.ortools.constraintsolver.RoutingSearchStatus.hashCode | ( | ) |
Definition at line 331 of file RoutingSearchStatus.java.
|
protected |
Definition at line 43 of file RoutingSearchStatus.java.
final boolean com.google.ortools.constraintsolver.RoutingSearchStatus.isInitialized | ( | ) |
Definition at line 290 of file RoutingSearchStatus.java.
|
static |
Definition at line 416 of file RoutingSearchStatus.java.
|
static |
Definition at line 419 of file RoutingSearchStatus.java.
Builder com.google.ortools.constraintsolver.RoutingSearchStatus.newBuilderForType | ( | ) |
Definition at line 415 of file RoutingSearchStatus.java.
|
protected |
Definition at line 429 of file RoutingSearchStatus.java.
|
static |
Definition at line 387 of file RoutingSearchStatus.java.
|
static |
Definition at line 393 of file RoutingSearchStatus.java.
|
static |
Definition at line 364 of file RoutingSearchStatus.java.
|
static |
Definition at line 368 of file RoutingSearchStatus.java.
|
static |
Definition at line 353 of file RoutingSearchStatus.java.
|
static |
Definition at line 358 of file RoutingSearchStatus.java.
|
static |
Definition at line 400 of file RoutingSearchStatus.java.
|
static |
Definition at line 406 of file RoutingSearchStatus.java.
|
static |
Definition at line 374 of file RoutingSearchStatus.java.
|
static |
Definition at line 379 of file RoutingSearchStatus.java.
|
static |
Definition at line 342 of file RoutingSearchStatus.java.
|
static |
Definition at line 347 of file RoutingSearchStatus.java.
|
static |
Definition at line 590 of file RoutingSearchStatus.java.
Builder com.google.ortools.constraintsolver.RoutingSearchStatus.toBuilder | ( | ) |
Definition at line 423 of file RoutingSearchStatus.java.
void com.google.ortools.constraintsolver.RoutingSearchStatus.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 300 of file RoutingSearchStatus.java.