Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< java.lang.Integer > | getQvar1IndexList () |
int | getQvar1IndexCount () |
int | getQvar1Index (int index) |
java.util.List< java.lang.Integer > | getQvar2IndexList () |
int | getQvar2IndexCount () |
int | getQvar2Index (int index) |
java.util.List< java.lang.Double > | getCoefficientList () |
int | getCoefficientCount () |
double | getCoefficient (int index) |
Definition at line 7 of file MPQuadraticObjectiveOrBuilder.java.
double com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getCoefficient | ( | int | index | ) |
Must be finite.
repeated double coefficient = 3;
index | The index of the element to return. |
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
int com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getCoefficientCount | ( | ) |
Must be finite.
repeated double coefficient = 3;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
java.util.List< java.lang.Double > com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getCoefficientList | ( | ) |
Must be finite.
repeated double coefficient = 3;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
int com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar1Index | ( | int | index | ) |
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i]. `qvar1_index` and `qvar2_index` are variable indices w.r.t the "variable" field in MPModelProto. `qvar1_index`, `qvar2_index` and `coefficients` must have the same size. If the same unordered pair (qvar1_index, qvar2_index) appears several times, the sum of all of the associated coefficients will be applied.
repeated int32 qvar1_index = 1;
index | The index of the element to return. |
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
int com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar1IndexCount | ( | ) |
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i]. `qvar1_index` and `qvar2_index` are variable indices w.r.t the "variable" field in MPModelProto. `qvar1_index`, `qvar2_index` and `coefficients` must have the same size. If the same unordered pair (qvar1_index, qvar2_index) appears several times, the sum of all of the associated coefficients will be applied.
repeated int32 qvar1_index = 1;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
java.util.List< java.lang.Integer > com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar1IndexList | ( | ) |
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i]. `qvar1_index` and `qvar2_index` are variable indices w.r.t the "variable" field in MPModelProto. `qvar1_index`, `qvar2_index` and `coefficients` must have the same size. If the same unordered pair (qvar1_index, qvar2_index) appears several times, the sum of all of the associated coefficients will be applied.
repeated int32 qvar1_index = 1;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
int com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar2Index | ( | int | index | ) |
repeated int32 qvar2_index = 2;
index | The index of the element to return. |
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
int com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar2IndexCount | ( | ) |
repeated int32 qvar2_index = 2;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.
java.util.List< java.lang.Integer > com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder.getQvar2IndexList | ( | ) |
repeated int32 qvar2_index = 2;
Implemented in com.google.ortools.linearsolver.MPQuadraticObjective.Builder, and com.google.ortools.linearsolver.MPQuadraticObjective.