- cardinality() - Method in class com.jom.DoubleMatrixND
-
Returns the number of cells having non-zero values; ignores tolerance
- check_cplex(String) - Static method in class com.jom.SolverTester
-
Performs the check for the solver CPLEX, returns a "" String if everything ok.
- check_glpk(String) - Static method in class com.jom.SolverTester
-
Performs the check for the solver GLPK, returns a "" String if everything ok.
- check_ipopt(String) - Static method in class com.jom.SolverTester
-
Performs the check for the solver IPOPT, returns a "" String if everything ok.
- check_mipcl() - Static method in class com.jom.SolverTester
-
Performs the check for the solver MIPCL.
- check_xpress(String) - Static method in class com.jom.SolverTester
-
Performs the check for the solver XPRESS, returns a "" String if everything ok.
- com.jom - package com.jom
-
Code of the Java Optimization Modeler (JOM) library.
- copy() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a deep copy of the receiver.