Trait BooleanConstraintFunction

Source
pub trait BooleanConstraintFunction<T: FloatNumber, D: Dim>:
    CloneBoxConstraint<T, D>
    + Send
    + Sync{
    // Required method
    fn g(&self, x: &OVector<T, D>) -> bool;
}

Required Methods§

Source

fn g(&self, x: &OVector<T, D>) -> bool

Implementors§