//! [`MethodologyConfig`] — stochastic numerical methodology parameters.
use crate::;
/// Stochastic numerical methodology parameters stored on [`super::StudySetup`].
///
/// Groups the two fields that govern how the solver treats the study horizon
/// and inflow non-negativity enforcement. These are distinct from cut-pool
/// machinery ([`crate::config::CutManagementConfig`]) and output events
/// ([`crate::config::EventParams`]).
///
/// # Construction
///
/// Explicit construction only — no `Default` impl, to prevent silent
/// misconfiguration.
pub