![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Statistics on the search in the constraint solver.
Protobuf type operations_research.ConstraintSolverStatistics
Definition at line 339 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.build | ( | ) |
Definition at line 390 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.buildPartial | ( | ) |
Definition at line 399 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clear | ( | ) |
Definition at line 367 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearBytesUsed | ( | ) |
Memory usage of the solver.
int64 bytes_used = 4;
Definition at line 689 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearDurationSeconds | ( | ) |
Total time spent in the solver.
double duration_seconds = 5;
Definition at line 733 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumBranches | ( | ) |
Number of branches explored.
int64 num_branches = 1;
Definition at line 557 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumFailures | ( | ) |
Number of failures/backtracks.
int64 num_failures = 2;
Definition at line 601 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumSolutions | ( | ) |
Number of solutions found.
int64 num_solutions = 3;
Definition at line 645 of file ConstraintSolverStatistics.java.
long com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getBytesUsed | ( | ) |
Memory usage of the solver.
int64 bytes_used = 4;
Implements com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.
Definition at line 662 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 385 of file ConstraintSolverStatistics.java.
|
static |
Definition at line 344 of file ConstraintSolverStatistics.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDescriptorForType | ( | ) |
Definition at line 380 of file ConstraintSolverStatistics.java.
double com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDurationSeconds | ( | ) |
Total time spent in the solver.
double duration_seconds = 5;
Implements com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.
Definition at line 706 of file ConstraintSolverStatistics.java.
long com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getNumBranches | ( | ) |
Number of branches explored.
int64 num_branches = 1;
Implements com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.
Definition at line 530 of file ConstraintSolverStatistics.java.
long com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getNumFailures | ( | ) |
Number of failures/backtracks.
int64 num_failures = 2;
Implements com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.
Definition at line 574 of file ConstraintSolverStatistics.java.
long com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getNumSolutions | ( | ) |
Number of solutions found.
int64 num_solutions = 3;
Implements com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.
Definition at line 618 of file ConstraintSolverStatistics.java.
|
protected |
Definition at line 350 of file ConstraintSolverStatistics.java.
final boolean com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.isInitialized | ( | ) |
Definition at line 458 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.ConstraintSolverStatistics | other | ) |
Definition at line 435 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 463 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 426 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.setBytesUsed | ( | long | value | ) |
Memory usage of the solver.
int64 bytes_used = 4;
value | The bytesUsed to set. |
Definition at line 674 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.setDurationSeconds | ( | double | value | ) |
Total time spent in the solver.
double duration_seconds = 5;
value | The durationSeconds to set. |
Definition at line 718 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.setNumBranches | ( | long | value | ) |
Number of branches explored.
int64 num_branches = 1;
value | The numBranches to set. |
Definition at line 542 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.setNumFailures | ( | long | value | ) |
Number of failures/backtracks.
int64 num_failures = 2;
value | The numFailures to set. |
Definition at line 586 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.setNumSolutions | ( | long | value | ) |
Number of solutions found.
int64 num_solutions = 3;
value | The numSolutions to set. |
Definition at line 630 of file ConstraintSolverStatistics.java.