![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.SearchStatistics | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.SearchStatistics | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.constraintsolver.SearchStatistics | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.constraintsolver.SearchStatistics | 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.SearchStatistics prototype) |
static com.google.ortools.constraintsolver.SearchStatistics | getDefaultInstance () |
static com.google.protobuf.Parser< SearchStatistics > | parser () |
Static Public Attributes | |
static final int | LOCAL_SEARCH_STATISTICS_FIELD_NUMBER = 1 |
static final int | CONSTRAINT_SOLVER_STATISTICS_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Search statistics.
Protobuf type operations_research.SearchStatistics
Definition at line 15 of file SearchStatistics.java.
boolean com.google.ortools.constraintsolver.SearchStatistics.equals | ( | final java.lang.Object | obj | ) |
Definition at line 216 of file SearchStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatistics | ( | int | index | ) |
Constraint solver statistics.
repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 157 of file SearchStatistics.java.
int com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatisticsCount | ( | ) |
Constraint solver statistics.
repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 146 of file SearchStatistics.java.
java.util.List< com.google.ortools.constraintsolver.ConstraintSolverStatistics > com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatisticsList | ( | ) |
Constraint solver statistics.
repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 123 of file SearchStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatisticsOrBuilder | ( | int | index | ) |
Constraint solver statistics.
repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 168 of file SearchStatistics.java.
java.util.List<? extends com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder > com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatisticsOrBuilderList | ( | ) |
Constraint solver statistics.
repeated .operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 135 of file SearchStatistics.java.
|
static |
Definition at line 1220 of file SearchStatistics.java.
com.google.ortools.constraintsolver.SearchStatistics com.google.ortools.constraintsolver.SearchStatistics.getDefaultInstanceForType | ( | ) |
Definition at line 1256 of file SearchStatistics.java.
|
static |
Definition at line 39 of file SearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatistics com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatistics | ( | int | index | ) |
Local search statistics for each solver context.
repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 96 of file SearchStatistics.java.
int com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatisticsCount | ( | ) |
Local search statistics for each solver context.
repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 85 of file SearchStatistics.java.
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics > com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatisticsList | ( | ) |
Local search statistics for each solver context.
repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 62 of file SearchStatistics.java.
com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatisticsOrBuilder | ( | int | index | ) |
Local search statistics for each solver context.
repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 107 of file SearchStatistics.java.
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder > com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatisticsOrBuilderList | ( | ) |
Local search statistics for each solver context.
repeated .operations_research.LocalSearchStatistics local_search_statistics = 1;
Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.
Definition at line 74 of file SearchStatistics.java.
com.google.protobuf.Parser< SearchStatistics > com.google.ortools.constraintsolver.SearchStatistics.getParserForType | ( | ) |
Definition at line 1251 of file SearchStatistics.java.
int com.google.ortools.constraintsolver.SearchStatistics.getSerializedSize | ( | ) |
Definition at line 197 of file SearchStatistics.java.
int com.google.ortools.constraintsolver.SearchStatistics.hashCode | ( | ) |
Definition at line 234 of file SearchStatistics.java.
|
protected |
Definition at line 45 of file SearchStatistics.java.
final boolean com.google.ortools.constraintsolver.SearchStatistics.isInitialized | ( | ) |
Definition at line 175 of file SearchStatistics.java.
|
static |
Definition at line 327 of file SearchStatistics.java.
|
static |
Definition at line 330 of file SearchStatistics.java.
Builder com.google.ortools.constraintsolver.SearchStatistics.newBuilderForType | ( | ) |
Definition at line 326 of file SearchStatistics.java.
|
protected |
Definition at line 340 of file SearchStatistics.java.
|
static |
Definition at line 298 of file SearchStatistics.java.
|
static |
Definition at line 304 of file SearchStatistics.java.
|
static |
Definition at line 275 of file SearchStatistics.java.
|
static |
Definition at line 279 of file SearchStatistics.java.
|
static |
Definition at line 264 of file SearchStatistics.java.
|
static |
Definition at line 269 of file SearchStatistics.java.
|
static |
Definition at line 311 of file SearchStatistics.java.
|
static |
Definition at line 317 of file SearchStatistics.java.
|
static |
Definition at line 285 of file SearchStatistics.java.
|
static |
Definition at line 290 of file SearchStatistics.java.
|
static |
Definition at line 253 of file SearchStatistics.java.
|
static |
Definition at line 258 of file SearchStatistics.java.
|
static |
Definition at line 1246 of file SearchStatistics.java.
Builder com.google.ortools.constraintsolver.SearchStatistics.toBuilder | ( | ) |
Definition at line 334 of file SearchStatistics.java.
void com.google.ortools.constraintsolver.SearchStatistics.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 185 of file SearchStatistics.java.
|
static |
Definition at line 112 of file SearchStatistics.java.
|
static |
Definition at line 51 of file SearchStatistics.java.