Skip to main content

COMBINATIONS_GENERATOR_MAX_COMBINATIONS_LIMIT variable

The default maximum number of combinations that can be generated.

Signature

COMBINATIONS_GENERATOR_MAX_COMBINATIONS_LIMIT: number

Remarks

This constant defines the default limit for the total number of combinations that a CombinationsGenerator instance can produce. The limit exists to prevent performance issues and memory exhaustion when working with large matrices.

This value can be overridden by providing a custom maxCombinations parameter when constructing a CombinationsGenerator instance.

The limit is intentionally low (42 * 10).


Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.