optiprofiler.Feature.modifier_linear_eq

optiprofiler.Feature.modifier_linear_eq#

Feature.modifier_linear_eq(seed, problem)[source]#

Modify the linear equality constraints.

Parameters:
seedint

Seed used to generate random numbers.

problemProblem

Problem for which the linear equality constraints are modified.

Returns:
numpy.ndarray, numpy.ndarray

Coefficients of the linear equality constraints and the right-hand side values of the modified problem.