![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
class | FirstSolutionStatistics |
interface | FirstSolutionStatisticsOrBuilder |
class | LocalSearchFilterStatistics |
interface | LocalSearchFilterStatisticsOrBuilder |
class | LocalSearchOperatorStatistics |
interface | LocalSearchOperatorStatisticsOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.LocalSearchStatistics | 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 prototype) |
static com.google.ortools.constraintsolver.LocalSearchStatistics | getDefaultInstance () |
static com.google.protobuf.Parser< LocalSearchStatistics > | parser () |
Static Public Attributes | |
static final int | FIRST_SOLUTION_STATISTICS_FIELD_NUMBER = 6 |
static final int | LOCAL_SEARCH_OPERATOR_STATISTICS_FIELD_NUMBER = 1 |
static final int | TOTAL_NUM_NEIGHBORS_FIELD_NUMBER = 3 |
static final int | TOTAL_NUM_FILTERED_NEIGHBORS_FIELD_NUMBER = 4 |
static final int | TOTAL_NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER = 5 |
static final int | LOCAL_SEARCH_FILTER_STATISTICS_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Statistics on local search.
Protobuf type operations_research.LocalSearchStatistics
Definition at line 15 of file LocalSearchStatistics.java.
boolean com.google.ortools.constraintsolver.LocalSearchStatistics.equals | ( | final java.lang.Object | obj | ) |
Definition at line 3223 of file LocalSearchStatistics.java.
|
static |
Definition at line 4759 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getDefaultInstanceForType | ( | ) |
Definition at line 4795 of file LocalSearchStatistics.java.
|
static |
Definition at line 40 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatistics | ( | int | index | ) |
Statistics for each first solution called during the search.
repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 2977 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsCount | ( | ) |
Statistics for each first solution called during the search.
repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 2966 of file LocalSearchStatistics.java.
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsList | ( | ) |
Statistics for each first solution called during the search.
repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 2943 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsOrBuilder | ( | int | index | ) |
Statistics for each first solution called during the search.
repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 2988 of file LocalSearchStatistics.java.
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsOrBuilderList | ( | ) |
Statistics for each first solution called during the search.
repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 2955 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatistics | ( | int | index | ) |
Statistics for each filter called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3136 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsCount | ( | ) |
Statistics for each filter called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3125 of file LocalSearchStatistics.java.
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsList | ( | ) |
Statistics for each filter called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3102 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsOrBuilder | ( | int | index | ) |
Statistics for each filter called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3147 of file LocalSearchStatistics.java.
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsOrBuilderList | ( | ) |
Statistics for each filter called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3114 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatistics | ( | int | index | ) |
Statistics for each operator called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3038 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsCount | ( | ) |
Statistics for each operator called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3027 of file LocalSearchStatistics.java.
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsList | ( | ) |
Statistics for each operator called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3004 of file LocalSearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsOrBuilder | ( | int | index | ) |
Statistics for each operator called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3049 of file LocalSearchStatistics.java.
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsOrBuilderList | ( | ) |
Statistics for each operator called during the search.
repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3016 of file LocalSearchStatistics.java.
com.google.protobuf.Parser< LocalSearchStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getParserForType | ( | ) |
Definition at line 4790 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.getSerializedSize | ( | ) |
Definition at line 3188 of file LocalSearchStatistics.java.
long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumAcceptedNeighbors | ( | ) |
int64 total_num_accepted_neighbors = 5;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3087 of file LocalSearchStatistics.java.
long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumFilteredNeighbors | ( | ) |
int64 total_num_filtered_neighbors = 4;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3076 of file LocalSearchStatistics.java.
long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumNeighbors | ( | ) |
Total number of (filtered/accepted) neighbors created during the search.
int64 total_num_neighbors = 3;
Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.
Definition at line 3065 of file LocalSearchStatistics.java.
int com.google.ortools.constraintsolver.LocalSearchStatistics.hashCode | ( | ) |
Definition at line 3249 of file LocalSearchStatistics.java.
|
protected |
Definition at line 46 of file LocalSearchStatistics.java.
final boolean com.google.ortools.constraintsolver.LocalSearchStatistics.isInitialized | ( | ) |
Definition at line 3154 of file LocalSearchStatistics.java.
|
static |
Definition at line 3355 of file LocalSearchStatistics.java.
|
static |
Definition at line 3358 of file LocalSearchStatistics.java.
Builder com.google.ortools.constraintsolver.LocalSearchStatistics.newBuilderForType | ( | ) |
Definition at line 3354 of file LocalSearchStatistics.java.
|
protected |
Definition at line 3368 of file LocalSearchStatistics.java.
|
static |
Definition at line 3326 of file LocalSearchStatistics.java.
|
static |
Definition at line 3332 of file LocalSearchStatistics.java.
|
static |
Definition at line 3303 of file LocalSearchStatistics.java.
|
static |
Definition at line 3307 of file LocalSearchStatistics.java.
|
static |
Definition at line 3292 of file LocalSearchStatistics.java.
|
static |
Definition at line 3297 of file LocalSearchStatistics.java.
|
static |
Definition at line 3339 of file LocalSearchStatistics.java.
|
static |
Definition at line 3345 of file LocalSearchStatistics.java.
|
static |
Definition at line 3313 of file LocalSearchStatistics.java.
|
static |
Definition at line 3318 of file LocalSearchStatistics.java.
|
static |
Definition at line 3281 of file LocalSearchStatistics.java.
|
static |
Definition at line 3286 of file LocalSearchStatistics.java.
|
static |
Definition at line 4785 of file LocalSearchStatistics.java.
Builder com.google.ortools.constraintsolver.LocalSearchStatistics.toBuilder | ( | ) |
Definition at line 3362 of file LocalSearchStatistics.java.
void com.google.ortools.constraintsolver.LocalSearchStatistics.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 3164 of file LocalSearchStatistics.java.
|
static |
Definition at line 2932 of file LocalSearchStatistics.java.
|
static |
Definition at line 3091 of file LocalSearchStatistics.java.
|
static |
Definition at line 2993 of file LocalSearchStatistics.java.
|
static |
Definition at line 3080 of file LocalSearchStatistics.java.
|
static |
Definition at line 3069 of file LocalSearchStatistics.java.
|
static |
Definition at line 3054 of file LocalSearchStatistics.java.