cobyqa.problem.LinearConstraints.maxcv# LinearConstraints.maxcv(x)[source]# Evaluate the maximum constraint violation. Parameters: xarray_like, shape (n,)Point at which the maximum constraint violation is evaluated. Returns: floatMaximum constraint violation at x.