Google OR-Tools v9.11
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< AcceptanceStrategy > | getParserForType () |
operations_research.RoutingIls.AcceptanceStrategy | getDefaultInstanceForType () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (java.io.InputStream input) throws java.io.IOException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static operations_research.RoutingIls.AcceptanceStrategy | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static operations_research.RoutingIls.AcceptanceStrategy | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static operations_research.RoutingIls.AcceptanceStrategy | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (operations_research.RoutingIls.AcceptanceStrategy prototype) |
static operations_research.RoutingIls.AcceptanceStrategy | getDefaultInstance () |
static com.google.protobuf.Parser< AcceptanceStrategy > | parser () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Determines when a neighbor solution, obtained by the application of a perturbation and improvement step to a reference solution, is used to replace the reference solution.
Protobuf type operations_research.AcceptanceStrategy
Definition at line 1776 of file RoutingIls.java.
boolean operations_research.RoutingIls.AcceptanceStrategy.equals | ( | final java.lang.Object | obj | ) |
Definition at line 1974 of file RoutingIls.java.
|
static |
Definition at line 2223 of file RoutingIls.java.
operations_research.RoutingIls.AcceptanceStrategy operations_research.RoutingIls.AcceptanceStrategy.getDefaultInstanceForType | ( | ) |
Definition at line 2259 of file RoutingIls.java.
|
static |
Definition at line 1798 of file RoutingIls.java.
com.google.protobuf.Parser< AcceptanceStrategy > operations_research.RoutingIls.AcceptanceStrategy.getParserForType | ( | ) |
Definition at line 2254 of file RoutingIls.java.
int operations_research.RoutingIls.AcceptanceStrategy.getSerializedSize | ( | ) |
Definition at line 1963 of file RoutingIls.java.
int operations_research.RoutingIls.AcceptanceStrategy.hashCode | ( | ) |
Definition at line 1988 of file RoutingIls.java.
|
protected |
Definition at line 1804 of file RoutingIls.java.
final boolean operations_research.RoutingIls.AcceptanceStrategy.isInitialized | ( | ) |
Definition at line 1947 of file RoutingIls.java.
|
static |
Definition at line 2073 of file RoutingIls.java.
|
static |
Definition at line 2076 of file RoutingIls.java.
Builder operations_research.RoutingIls.AcceptanceStrategy.newBuilderForType | ( | ) |
Definition at line 2072 of file RoutingIls.java.
|
protected |
Definition at line 2086 of file RoutingIls.java.
|
static |
Definition at line 2044 of file RoutingIls.java.
|
static |
Definition at line 2050 of file RoutingIls.java.
|
static |
Definition at line 2021 of file RoutingIls.java.
|
static |
Definition at line 2025 of file RoutingIls.java.
|
static |
Definition at line 2010 of file RoutingIls.java.
|
static |
Definition at line 2015 of file RoutingIls.java.
|
static |
Definition at line 2057 of file RoutingIls.java.
|
static |
Definition at line 2063 of file RoutingIls.java.
|
static |
Definition at line 2031 of file RoutingIls.java.
|
static |
Definition at line 2036 of file RoutingIls.java.
|
static |
Definition at line 1999 of file RoutingIls.java.
|
static |
Definition at line 2004 of file RoutingIls.java.
|
static |
Definition at line 2249 of file RoutingIls.java.
Builder operations_research.RoutingIls.AcceptanceStrategy.toBuilder | ( | ) |
Definition at line 2080 of file RoutingIls.java.
void operations_research.RoutingIls.AcceptanceStrategy.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 1957 of file RoutingIls.java.