Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< java.lang.Integer > | getVarsList () |
int | getVarsCount () |
int | getVars (int index) |
Definition at line 7 of file ListOfVariablesProtoOrBuilder.java.
int com.google.ortools.sat.ListOfVariablesProtoOrBuilder.getVars | ( | int | index | ) |
repeated int32 vars = 1;
index | The index of the element to return. |
Implemented in com.google.ortools.sat.ListOfVariablesProto.Builder, and com.google.ortools.sat.ListOfVariablesProto.
int com.google.ortools.sat.ListOfVariablesProtoOrBuilder.getVarsCount | ( | ) |
repeated int32 vars = 1;
Implemented in com.google.ortools.sat.ListOfVariablesProto.Builder, and com.google.ortools.sat.ListOfVariablesProto.
java.util.List< java.lang.Integer > com.google.ortools.sat.ListOfVariablesProtoOrBuilder.getVarsList | ( | ) |
repeated int32 vars = 1;
Implemented in com.google.ortools.sat.ListOfVariablesProto.Builder, and com.google.ortools.sat.ListOfVariablesProto.