Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< java.lang.Long > | getValuesList () |
int | getValuesCount () |
long | getValues (int index) |
Definition at line 7 of file CpSolverSolutionOrBuilder.java.
long com.google.ortools.sat.CpSolverSolutionOrBuilder.getValues | ( | int | index | ) |
repeated int64 values = 1;
index | The index of the element to return. |
Implemented in com.google.ortools.sat.CpSolverSolution.Builder, and com.google.ortools.sat.CpSolverSolution.
int com.google.ortools.sat.CpSolverSolutionOrBuilder.getValuesCount | ( | ) |
repeated int64 values = 1;
Implemented in com.google.ortools.sat.CpSolverSolution.Builder, and com.google.ortools.sat.CpSolverSolution.
java.util.List< java.lang.Long > com.google.ortools.sat.CpSolverSolutionOrBuilder.getValuesList | ( | ) |
repeated int64 values = 1;
Implemented in com.google.ortools.sat.CpSolverSolution.Builder, and com.google.ortools.sat.CpSolverSolution.