Function stable_under_unit_propagation

Source
pub fn stable_under_unit_propagation(
    assignment: &Assignment,
    clause: &[Literal],
) -> bool
Expand description

Given an assignment, return true whenever the clause will not trigger unit propagation. This is equivalent to UP-models in rupee’s sickcheck.