Google OR-Tools
v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SubSolverStatisticsOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/constraint_solver/search_stats.proto
4
// Protobuf Java Version: 4.33.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
SubSolverStatisticsOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.SubSolverStatistics)
11
com.google.protobuf.MessageOrBuilder {
12
21
long
getNumGlopCallsInLpScheduling
();
22
31
long
getNumCpSatCallsInLpScheduling
();
32
41
long
getNumMinCostFlowCalls
();
42
}
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder
Definition
SubSolverStatisticsOrBuilder.java:11
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumGlopCallsInLpScheduling
long getNumGlopCallsInLpScheduling()
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumMinCostFlowCalls
long getNumMinCostFlowCalls()
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.getNumCpSatCallsInLpScheduling
long getNumCpSatCallsInLpScheduling()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
SubSolverStatisticsOrBuilder.java
Generated by
1.15.0