x3cflux.InequalitySystem
- class x3cflux.InequalitySystem
Bases:
pybind11_objectSystem of linear inequality constraints
Given by .. math mathbf{C}_text{ineq} cdot mathbf{theta} = mathbf{d}_text{ineq} Each row of the inequality defines a half space whose intersections defines the solution space of the constraints, a (possibly not bounded) polytope.
Attributes
Upper bounds of the constraints
Linear coefficients of the constraints
Methods
- property bound
Upper bounds of the constraints
- property matrix
Linear coefficients of the constraints