Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder Interface Reference

Detailed Description

Definition at line 9 of file SubSolverStatisticsOrBuilder.java.

Inheritance diagram for com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder:
com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.Builder

Public Member Functions

long getNumGlopCallsInLpScheduling ()
long getNumCpSatCallsInLpScheduling ()
long getNumMinCostFlowCalls ()

Member Function Documentation

◆ getNumCpSatCallsInLpScheduling()

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;

Returns
The numCpSatCallsInLpScheduling.

Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.

◆ getNumGlopCallsInLpScheduling()

long com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumGlopCallsInLpScheduling ( )
Number of calls to Glop in LP scheduling.

int64 num_glop_calls_in_lp_scheduling = 1;

Returns
The numGlopCallsInLpScheduling.

Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.

◆ getNumMinCostFlowCalls()

long com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumMinCostFlowCalls ( )
Number of calls to min cost flow.

int64 num_min_cost_flow_calls = 3;

Returns
The numMinCostFlowCalls.

Implemented in com.google.ortools.constraintsolver.SubSolverStatistics.Builder, and com.google.ortools.constraintsolver.SubSolverStatistics.


The documentation for this interface was generated from the following file: