![]() |
Google OR-Tools v9.12
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 338 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.build | ( | ) |
Definition at line 389 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.buildPartial | ( | ) |
Definition at line 398 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clear | ( | ) |
Definition at line 366 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearBytesUsed | ( | ) |
Memory usage of the solver.
int64 bytes_used = 4;
Definition at line 688 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 732 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumBranches | ( | ) |
Number of branches explored.
int64 num_branches = 1;
Definition at line 556 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumFailures | ( | ) |
Number of failures/backtracks.
int64 num_failures = 2;
Definition at line 600 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.clearNumSolutions | ( | ) |
Number of solutions found.
int64 num_solutions = 3;
Definition at line 644 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 661 of file ConstraintSolverStatistics.java.
com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 384 of file ConstraintSolverStatistics.java.
|
static |
Definition at line 343 of file ConstraintSolverStatistics.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.getDescriptorForType | ( | ) |
Definition at line 379 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 705 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 529 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 573 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 617 of file ConstraintSolverStatistics.java.
|
protected |
Definition at line 349 of file ConstraintSolverStatistics.java.
final boolean com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.isInitialized | ( | ) |
Definition at line 457 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.ConstraintSolverStatistics | other | ) |
Definition at line 434 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 462 of file ConstraintSolverStatistics.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 425 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 673 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 717 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 541 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 585 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 629 of file ConstraintSolverStatistics.java.