Evaluate the value of the admissibility function `kappa`.
group_admissibility(state, constraints, log = TRUE)admissibility(state, constraint_list, log = TRUE)
an admissibility value
a binary membership vector describing a feature set
group of constraints with common block matrix
whether the admissibility should be returned on log scale
a list of constraint groups, each containing a matrix `A` and a vector `b` representing the inequality system `Ax<=b`, a vector `rho`, and a matrix `block_matrix`
group_admissibility(): computes admissibility for a group of constraints (with a common block).