/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
/// Default maximum depth for variable substitution
pub const DEFAULT_MAX_SUBSTITUTION_DEPTH: usize = 64;