Class ApacheCommonsSimplex


  • public class ApacheCommonsSimplex
    extends Solver
    This class is a wrapper for the Apache Commons Math Simplex implementation. See http://commons.apache.org/math.
    Author:
    Matthias Thimm
    • Field Detail

      • MAXITERATIONS

        public int MAXITERATIONS
        The maximum number of iterations of the simplex algorithm.
      • onlyPositive

        public boolean onlyPositive
        Whether only positive solutions are allowed.
    • Constructor Detail

      • ApacheCommonsSimplex

        public ApacheCommonsSimplex()