![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 9 of file SparsePermutationProtoOrBuilder.java.
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) |
| 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.