![]()  | 
  
    Google OR-Tools v9.14
    
   a fast and portable software suite for combinatorial optimization 
   | 
 
Definition at line 53 of file LocalSearchStatistics.java.
  
Public Member Functions | |
| java.lang.String | getStrategy () | 
| com.google.protobuf.ByteString | getStrategyBytes () | 
| double | getDurationSeconds () | 
| 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.