pub fn verify_multiclock(
model: &MultiClockModel,
bound: u32,
) -> MultiClockResultExpand description
Verify a multi-clock domain design.
For single domain (or zero domains), delegates to standard k-induction. For multiple domains, computes an interleaved schedule from clock ratios and builds per-step transitions that apply each domain’s transition on its fire steps and a frame condition (state held) on non-fire steps.