optiprofiler.Feature.modifier_linear_ub#
- Feature.modifier_linear_ub(seed, problem)[source]#
Modify the linear inequality constraints.
- Parameters:
- seedint
Seed used to generate random numbers.
- problem
Problem Problem for which the linear inequality constraints are modified.
- Returns:
numpy.ndarray,numpy.ndarrayCoefficients of the linear inequality constraints and the right-hand side values of the modified problem.