TRUING_PLAN_EXHAUSTIVE_COMBINATION_LIMIT_V1

Constant TRUING_PLAN_EXHAUSTIVE_COMBINATION_LIMIT_V1 

Source
pub const TRUING_PLAN_EXHAUSTIVE_COMBINATION_LIMIT_V1: u64 = 100_000;
Expand description

Maximum raw combination count for exact exhaustive design search.

Larger design spaces use a deterministic greedy construction followed by deterministic one-for-one exchanges. The trajectory/Jacobian evaluation is cached per candidate, so neither strategy re-runs the forward model while comparing station sets.