Skip to main content

TermExtSolvable

Trait TermExtSolvable 

Source
pub trait TermExtSolvable {
    // Required methods
    fn is_solvable(&self) -> Option<&Id>;
    fn has_solvable(&self) -> bool;
    fn solvables(&self) -> SmallVec<&Variable, 2>;
}

Required Methods§

Source

fn is_solvable(&self) -> Option<&Id>

Source

fn has_solvable(&self) -> bool

Source

fn solvables(&self) -> SmallVec<&Variable, 2>

Implementations on Foreign Types§

Source§

impl TermExtSolvable for Term

Source§

fn is_solvable(&self) -> Option<&Id>

Source§

fn has_solvable(&self) -> bool

Source§

fn solvables(&self) -> SmallVec<&Variable, 2>

Implementors§