Class ApacheCommonsSimplex

java.lang.Object
org.tweetyproject.math.opt.solver.Solver
org.tweetyproject.math.opt.solver.ApacheCommonsSimplex

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

    • MAXITERATIONS

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

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

    • ApacheCommonsSimplex

      public ApacheCommonsSimplex()
  • Method Details