SimplexRedundancyChecker

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

maxIterations

the simplex iteration cap; must be at least 1