optiprofiler.FeaturedProblem.maxcv# FeaturedProblem.maxcv(x)[source]# Evaluate the maximum constraint violation. Parameters: xarray_like, shape (n,)Point at which to evaluate the maximum constraint violation. Returns: floatMaximum constraint violation. Raises: ValueErrorIf the argument x has an invalid shape.