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