Test whether a set of constraints are violated or not, depending on their nature (equality or inequality) and tolerance parameters
test_feas_vec(cst, equality = FALSE, tolConstraints = NULL)
matrix of constraints (one column for each constraint function)
either FALSE or a Boolean vector defining which constraints are treated as equalities
tolerance (vector) for all constraints. If not provided, set to zero for inequalities and 0.05 for equalities
A Boolean vector, TRUE if the point if feasible, FALSE if at least one constraint is violated