Activeset
Activeset refers to the set of inequality constraints that are binding at a feasible point in constrained optimization. If a problem is to minimize f(x) subject to g_i(x) ≤ 0 for i in I and h_j(x) = 0 for j in J, then the active set at a point x is A(x) = { i ∈ I : g_i(x) = 0 }. In problems with bound constraints on variables, a bound is considered active when it is tight, that is, when the bound is attained.
Active-set methods are a family of iterative algorithms for constrained optimization that explicitly track a working
In practice, active-set methods are widely used for quadratic programming and are applicable to linear and