pub trait HasVariable {
// Required method
fn has_variable(self, cnf: &CNFModel) -> bool;
}
Expand description
Helper trait for checking if a variable is present in the CNF polymorphically (i32 or conjure_ast::Name)
pub trait HasVariable {
// Required method
fn has_variable(self, cnf: &CNFModel) -> bool;
}
Helper trait for checking if a variable is present in the CNF polymorphically (i32 or conjure_ast::Name)