Description Usage Arguments Value Maintainer See Also
Computes the upper bound of a matrix. The upper bound is computed here as the sum of all positive values. This can be usefull to determines if the found solution match the upper bound computed here as this means that the solution is an optimal solution.
1 |
x |
a matrix or a Java two-dimensionnal array of double ( |
A numeric value corresponding to the sum of all positive values in the matrix.
Vincent Branders <vincent.branders@uclouvain.be>.
mssm.asJavaMatrix()
and mssm.search.cpgc()
for the
transformation of a matrix to a Java Matrix and the search of a submatrix
of maximal sum. See also package mssm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.