increaseCapacity

abstract fun increaseCapacity(increase: Int = defaultCapacity)(source)

Increases the capacity of the sequence of solutions. The default increase is to increase by defaultCapacity.

Parameters

increase

the amount of the increase. If 0 or negative, no increase occurs. The current capacity is increased by increase