Class SimplexSolver

    • Constructor Detail

      • SimplexSolver

        public SimplexSolver()
        Build a simplex solver with default settings.
      • SimplexSolver

        public SimplexSolver​(double epsilon)
        Build a simplex solver with a specified accepted amount of error
        Parameters:
        epsilon - the amount of error to accept in floating point comparisons