pub type DynConstraint<'a, F, const N: usize, const H: usize> = Constraint<F, &'a dyn ProjectMulti<F, N, H>, N, H>;Expand description
Type alias for a Constraint that dynamically dispatches its projection function
Aliased Type§
pub struct DynConstraint<'a, F, const N: usize, const H: usize> {
pub max_prim_residual: F,
pub max_dual_residual: F,
/* private fields */
}Fields§
§max_prim_residual: F§max_dual_residual: F