Java Reference

Java Reference

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
4package com.google.ortools.sat;
5
6public interface SparsePermutationProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.SparsePermutationProto)
8 com.google.protobuf.MessageOrBuilder {
9
19 java.util.List<java.lang.Integer> getSupportList();
40 int getSupport(int index);
41
46 java.util.List<java.lang.Integer> getCycleSizesList();
57 int getCycleSizes(int index);
58}
int getCycleSizesCount()
repeated int32 cycle_sizes = 2;
int getCycleSizes(int index)
repeated int32 cycle_sizes = 2;
java.util.List< java.lang.Integer > getCycleSizesList()
repeated int32 cycle_sizes = 2;
java.util.List< java.lang.Integer > getSupportList()