- timeReport() - Method in class com.jom.OptimizationProblem
-
Return a printed report with the time spended in the different parts of the problem: defining the variables, objective, constraints and
solving.
- to1DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 1-dimensional array containing the array values.
- toArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns an n-dimensional double array containing the array values.
- toString() - Method in class com.jom.DoubleMatrixND
-
- toString() - Method in class com.jom.Expression
-
- toString() - Method in class com.jom.OptimizationProblem
-
Returns a formatted string with some information of the optimization problem
- toValue() - Method in class com.jom.DoubleMatrixND
-
If the array has only one cell, returns its value.