![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 9 of file SubSolverStatisticsOrBuilder.java.
Public Member Functions | |
| long | getNumGlopCallsInLpScheduling () |
| long | getNumCpSatCallsInLpScheduling () |
| long | getNumMinCostFlowCalls () |
| long com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumCpSatCallsInLpScheduling | ( | ) |
Number of calls to CP-SAT in LP scheduling.
int64 num_cp_sat_calls_in_lp_scheduling = 2;
Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.
| long com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumGlopCallsInLpScheduling | ( | ) |
Number of calls to Glop in LP scheduling.
int64 num_glop_calls_in_lp_scheduling = 1;
Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.
| long com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumMinCostFlowCalls | ( | ) |
Number of calls to min cost flow.
int64 num_min_cost_flow_calls = 3;
Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.