"""Number of Monte-Carlo draws used by the hybrid choice model examples.

This module contains a single constant shared across several examples.
It is intentionally isolated so that the number of draws can be modified
in one place and propagated consistently throughout the examples.

Michel Bierlaire
Wed Jun 17 2026, 18:07:05
"""

NUMBER_OF_DRAWS = 50_000
