feasiblePointCapacity

Reports whether this problem's input lattice can supply requestedCount distinct feasible input points — a structured form of the inputLatticeSize check for callers (solvers, benchmark harnesses, tooling) that need to decide programmatically rather than read a log message. For example, a population-based solver can compare its population or design size against the result and cap or flag it before a run. See FeasiblePointCapacity for the meaning of sufficient and the constraint caveat.

Return

the capacity assessment for requestedCount against this problem's input lattice

Parameters

requestedCount

the number of distinct feasible points requested; must be positive