x3cflux.InequalitySystem

class x3cflux.InequalitySystem

System 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

bound

Upper bounds of the constraints

matrix

Linear coefficients of the constraints

Methods