- get(int) - Method in class com.jom.DoubleMatrixND
-
Returns the matrix cell value at the given index.
- get(int[]) - Method in class com.jom.DoubleMatrixND
-
Returns the matrix cell value at the given subindexes
- getAcceptedSolverNames() - Static method in class com.jom.OptimizationProblem
-
Returns the list of the names of the installed solvers, in the form that is accepted as the solverName inpt parameter of solve method
- getBestOptimalityBound() - Method in class com.jom.OptimizationProblem
-
Returns the best optimality bound found by the solver.
- getInputParameter(String) - Method in class com.jom.OptimizationProblem
-
Obtains the value (an array of doubles) of the input parameter previously set
- getMaxLocation() - Method in class com.jom.DoubleMatrixND
-
Return maximum value of this matrix together with its location.
- getMinLocation() - Method in class com.jom.DoubleMatrixND
-
Return minimum value of this matrix together with its location.
- getModel() - Method in class com.jom.Expression
-
Returns the optimization problem object that is the framework where this expression was created
- getMultiplierOfLowerBoundConstraintToPrimalVariables(String) - Method in class com.jom.OptimizationProblem
-
Returns the multipliers of the automatic constraints: \(x_l \leq varName\) added to the problem, where \(x_l\) is the array of lower bounds provided,
associated to the decision variable.
- getMultiplierOfUpperBoundConstraintToPrimalVariables(String) - Method in class com.jom.OptimizationProblem
-
Returns the multipliers of the automatic constraints: \(varName \leq x_u\) added to the problem, where \(x_u\) is the array of upper bounds provided,
associated to the decision variable.
- getMultipliersOfConstraint(String) - Method in class com.jom.OptimizationProblem
-
Returns the multipliers of the given constraint
- getNegativeValues(IntArrayList, DoubleArrayList) - Method in class com.jom.DoubleMatrixND
-
Fills the indexes and values of cells having negative values into the specified lists.
- getNonZeros(IntArrayList, DoubleArrayList) - Method in class com.jom.DoubleMatrixND
-
Fills the indexes and values of cells having non zero values into the specified lists.
- getNumberOfNonZeros() - Method in class com.jom.DoubleMatrixND
-
Returns the number of non zero elements
- getNumDim() - Method in class com.jom.DoubleMatrixND
-
Gets the number of dimensions of the array
- getNumDim() - Method in class com.jom.Expression
-
Returns the number of dimensions in this expression
- getNumElements() - Method in class com.jom.DoubleMatrixND
-
Gets the number of cells in the array (e.g for an array of size 2x3x5 the number of cells is 30)
- getNumLinearScalarConstraints() - Method in class com.jom.OptimizationProblem
-
Gets the number of scalar constraints in the problem that are linear (with integer variables or not).
- getNumNonLinearScalarConstraints() - Method in class com.jom.OptimizationProblem
-
Gets the number of scalar constraints in the problem that are non linear (with integer variables or not).
- getNumScalarDecisionVariables() - Method in class com.jom.OptimizationProblem
-
Gets the number of scalar decision variables.
- getNumScalarExpressions() - Method in class com.jom.Expression
-
Returns the number of cells (scalar expressions) inside this arrayed expression
- getObjectiveFunction() - Method in class com.jom.OptimizationProblem
-
Gets the objective function expression set in the problem
- getOptimalCost() - Method in class com.jom.OptimizationProblem
-
Returns the cost of the solution obtained by the solver
- getPositiveValues(IntArrayList, DoubleArrayList) - Method in class com.jom.DoubleMatrixND
-
Fills the indexes and values of cells having positive values into the specified lists.
- getPrimalSolution(String) - Method in class com.jom.OptimizationProblem
-
Returns the primal solution obtained after solving the problem for the given (array of) decision variables.
- getQuick(int) - Method in class com.jom.DoubleMatrixND
-
Returns the matrix cell value at coordinate index.
- getSize() - Method in class com.jom.DoubleMatrixND
-
Gets the size of the array
- getSize(int) - Method in class com.jom.DoubleMatrixND
-
Gets the size of the array in the given dimension
- getSlackOfConstraint(String) - Method in class com.jom.OptimizationProblem
-
Returns the slack of the given constraints.