Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< java.lang.Integer > | getSupportList () |
int | getSupportCount () |
int | getSupport (int index) |
java.util.List< java.lang.Integer > | getCycleSizesList () |
int | getCycleSizesCount () |
int | getCycleSizes (int index) |
Definition at line 7 of file SparsePermutationProtoOrBuilder.java.
int com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizes | ( | int | index | ) |
repeated int32 cycle_sizes = 2;
index | The index of the element to return. |
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.
int com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizesCount | ( | ) |
repeated int32 cycle_sizes = 2;
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.
java.util.List< java.lang.Integer > com.google.ortools.sat.SparsePermutationProtoOrBuilder.getCycleSizesList | ( | ) |
repeated int32 cycle_sizes = 2;
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.
int com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupport | ( | int | index | ) |
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;
index | The index of the element to return. |
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.
int com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupportCount | ( | ) |
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.
java.util.List< java.lang.Integer > com.google.ortools.sat.SparsePermutationProtoOrBuilder.getSupportList | ( | ) |
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;
Implemented in com.google.ortools.sat.SparsePermutationProto.Builder, and com.google.ortools.sat.SparsePermutationProto.