Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SparsePermutationProtoOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/sat/cp_model.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.sat;
6
7
public
interface
SparsePermutationProtoOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.sat.SparsePermutationProto)
9
com.google.protobuf.MessageOrBuilder {
10
20
java.util.List<java.lang.Integer>
getSupportList
();
30
int
getSupportCount
();
41
int
getSupport
(
int
index);
42
47
java.util.List<java.lang.Integer>
getCycleSizesList
();
52
int
getCycleSizesCount
();
58
int
getCycleSizes
(
int
index);
59
}
com.google.ortools.sat.SparsePermutationProtoOrBuilder
Definition
SparsePermutationProtoOrBuilder.java:9
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizesCount
int getCycleSizesCount()
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizesList
java.util.List< java.lang.Integer > getCycleSizesList()
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupport
int getSupport(int index)
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupportList
java.util.List< java.lang.Integer > getSupportList()
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupportCount
int getSupportCount()
com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizes
int getCycleSizes(int index)
build
java
ortools-java
src
main
java
com
google
ortools
sat
SparsePermutationProtoOrBuilder.java
Generated by
1.12.0