Skip to main content

checker_quantifier_structure

Function checker_quantifier_structure 

Source
pub fn checker_quantifier_structure(
    checker: &CheckerDecl,
) -> (Vec<&RandVar>, Vec<&RandVar>)
Expand description

Get checker’s random variable quantifier structure. Returns (const_rand_vars, per_timestep_rand_vars).