x3cflux.LinearConstraint
- class x3cflux.LinearConstraint
Constraint that evolves linear combinations of parameter
Can be used for either linear equality or inequality constraints. The constant is on the left hand side of the equality/inequality. Equality constraint: .. math :: sum_{i} c_i cdot text{parameter}_i = text{constant} Inequality constraint: .. math :: sum_{i} c_i cdot text{parameter}_i le text{constant}
Attributes
constantLHS constant
nameName of the constraint
parameter_coefficientsCoefficients of the parameters
parameter_namesNames of the involved parameters
Methods