Find a linearly constrained convex hull of a set of points. In the case that the convex hull lies in a degenerate affine subspace, identify and return linear equality constraints (hyperplanes) characterizing said subspace.
[
- [
$A_{eq}$ ,$b_{eq}$ ]$A_eq \in \mathbb{R}^{n_0 \times d}$ $b_eq \in \mathbb{R}^{n_0 \times 1}$
Linear equality constraints that characterize the subspace on which the convex hull lies. x is in the releant subspace iff
- [
$A$ ,$b$ ]$A \in \mathbb{R}^{n_1 \times d}$ $b \in \mathbb{R}^{n_1 \times 1}$
Linear inequality constraints that characterize the convex hull.