[][src]Trait automatic_relations::Relation

pub trait Relation<F: Ranked> {
    fn contains(&self, terms: &[&Term<F>]) -> bool;
}

Required methods

fn contains(&self, terms: &[&Term<F>]) -> bool

Check if the relation contains the given terms. The number of term must be equal to the arity of the relation.

Loading content...

Implementors

Loading content...