Skip to main content

satisfies

Function satisfies 

Source
pub fn satisfies(clauses: &[HornClause], assignment: &[bool]) -> bool
Expand description

Re-check a satisfying model: every clause holds (a rule with a true body has a true head; a goal has a false body).