Query the fixedpoint solver to determine if the formula is derivable.
A promise that resolves to 'sat', 'unsat', or 'unknown'
Query the fixedpoint solver for a set of relations.
A promise that resolves to 'sat', 'unsat', or 'unknown'
Retrieve statistics for the fixedpoint solver. Returns performance metrics and diagnostic information.
A Statistics object containing solver metrics
Assert a constraint (or multiple) into the fixedpoint solver as background axioms.