Simplex Redundancy Checker
constructor(tolerance: Double = HalfSpace.defaultTolerance, maxIterations: Int = DEFAULT_MAX_ITERATIONS)(source)
Parameters
tolerance
the slack used when comparing the LP optimum to the bound; defaults to HalfSpace.defaultTolerance
max Iterations
the simplex iteration cap; must be at least 1