x3cflux.InequalitySystem

class x3cflux.InequalitySystem

Bases: pybind11_object

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

property bound

Upper bounds of the constraints

property matrix

Linear coefficients of the constraints