Google OR-Tools v9.11
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 337 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.build | ( | ) |
Definition at line 388 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.buildPartial | ( | ) |
Definition at line 397 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clear | ( | ) |
Definition at line 365 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearBytesUsed | ( | ) |
Memory usage of the solver.
int64 bytes_used = 4;
Definition at line 687 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 731 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumBranches | ( | ) |
Number of branches explored.
int64 num_branches = 1;
Definition at line 555 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumFailures | ( | ) |
Number of failures/backtracks.
int64 num_failures = 2;
Definition at line 599 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumSolutions | ( | ) |
Number of solutions found.
int64 num_solutions = 3;
Definition at line 643 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 660 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 383 of file ConstraintSolverStatistics.java.
|
static |
Definition at line 342 of file ConstraintSolverStatistics.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDescriptorForType | ( | ) |
Definition at line 378 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 704 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 528 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 572 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 616 of file ConstraintSolverStatistics.java.
|
protected |
Definition at line 348 of file ConstraintSolverStatistics.java.
final boolean com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.isInitialized | ( | ) |
Definition at line 456 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.ConstraintSolverStatistics | other | ) |
Definition at line 433 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 461 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 424 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 672 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 716 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 540 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 584 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 628 of file ConstraintSolverStatistics.java.