Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.lang.String | getStrategy () |
com.google.protobuf.ByteString | getStrategyBytes () |
double | getDurationSeconds () |
Definition at line 51 of file LocalSearchStatistics.java.
double com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.getDurationSeconds | ( | ) |
Time spent in the decision builder.
double duration_seconds = 2;
Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder, and com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.
java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.getStrategy | ( | ) |
Name of the strategy used.
string strategy = 1;
Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder, and com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.
com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.getStrategyBytes | ( | ) |
Name of the strategy used.
string strategy = 1;
Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder, and com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.