- set(int, double) - Method in class com.jom.DoubleMatrixND
-
Sets the matrix cell at coordinate given by the subindexes to the specified value.
- set(int[], double) - Method in class com.jom.DoubleMatrixND
-
Sets the matrix cell at coordinate given by the subindexes to the specified value.
- setInitialSolution(String, double) - Method in class com.jom.OptimizationProblem
-
Sets the initial solution of the optimization algorithm solving the problem (can be used for setting the starting solution in IPOPT solver).
- setInitialSolution(String, DoubleMatrixND) - Method in class com.jom.OptimizationProblem
-
Sets the initial solution of the optimization algorithm solving the problem (to be used by some solvers like IPOPT).
- setInputParameter(String, double) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, double[], String) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, DoubleMatrix1D, String) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, Collection<? extends Number>, String) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, double[][]) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, DoubleMatrixND) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, DoubleMatrix2D) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, int) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, int[], String) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setInputParameter(String, String) - Method in class com.jom.OptimizationProblem
-
Sets the value of the (arrayed) input parameter identified by its name.
- setIsIntegerDecisionVariable(String, boolean) - Method in class com.jom.OptimizationProblem
-
Sets the isInteger flag for the decision variables array identified by the given name
- setLowerBoundDecisionVariable(String, DoubleMatrixND) - Method in class com.jom.OptimizationProblem
-
Sets the lower bound limit of the indicated decision variable array
- setLowerBoundDecisionVariable(String, double) - Method in class com.jom.OptimizationProblem
-
Sets the lower bound limit of the indicated decision variable array
- setObjectiveFunction(String, String) - Method in class com.jom.OptimizationProblem
-
Sets the objective function of the optimization problem, and its direction (maximice or minimice).
- setQuick(int, double) - Method in class com.jom.DoubleMatrixND
-
Sets the matrix cell at coordinate index to the specified value.
- setQuick(int[], double) - Method in class com.jom.DoubleMatrixND
-
Sets the matrix cell at coordinate given by the subindexes to the specified value.
- setUpperBoundDecisionVariable(String, DoubleMatrixND) - Method in class com.jom.OptimizationProblem
-
Sets the upper bound limit of the indicated decision variable array
- size() - Method in class com.jom.Expression
-
Returns the size of the array.
- solutionIsFeasible() - Method in class com.jom.OptimizationProblem
-
Returns true if the problem was solved, and the solution obtained is feasible.
- solutionIsOptimal() - Method in class com.jom.OptimizationProblem
-
Returns true if the problem was solved, and the solution obtained is optimal according to the solver.
- solve(String, Object...) - Method in class com.jom.OptimizationProblem
-
Calls the indicated solver to solve the optimization problem in its current state (e.g. current objective function and input parameters
set).
- SolverTester - Class in com.jom
-
This class contains methods for performing tests in the solvers.
- SolverTester() - Constructor for class com.jom.SolverTester
-
- sub2ind(IntMatrix1D, int[]) - Static method in class com.jom.DoubleMatrixND
-
For arrays of the given size, converts the position of the cell given as a their coordinates, into its associated linear index.
- sub2ind(IntMatrix2D, int[]) - Static method in class com.jom.DoubleMatrixND
-
For arrays of the given size, converts the positions of the cells given as a their coordinates, into their associated linear index.