pub type ConstraintFunction = Box<dyn Fn(&ArrayView1<'_, f64>) -> f64 + Send + Sync>;
Type alias for constraint function
pub struct ConstraintFunction(/* private fields */);