Google OR-Tools
v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ConstraintSolverStatisticsOrBuilder.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.31.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
ConstraintSolverStatisticsOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverStatistics)
11
com.google.protobuf.MessageOrBuilder {
12
21
long
getNumBranches
();
22
31
long
getNumFailures
();
32
41
long
getNumSolutions
();
42
51
long
getBytesUsed
();
52
61
double
getDurationSeconds
();
62
}
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
Definition
ConstraintSolverStatisticsOrBuilder.java:11
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.getNumFailures
long getNumFailures()
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.getBytesUsed
long getBytesUsed()
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.getNumSolutions
long getNumSolutions()
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.getNumBranches
long getNumBranches()
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder.getDurationSeconds
double getDurationSeconds()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
ConstraintSolverStatisticsOrBuilder.java
Generated by
1.14.0