Skip to main content

ground_problem_sorted

Function ground_problem_sorted 

Source
pub fn ground_problem_sorted(
    premises: &[ProofExpr],
    goal: &ProofExpr,
) -> (Vec<ProofExpr>, ProofExpr)
Expand description

ground_problem but sort-aware (each quantifier grounds over its guard sort). The default entry point for finite-domain solving.