thresh2constraints: Translate between coordinate thresholds and affine constraints
Description
thresh2constraints translates lower and upper constraints
on coordinates into linear and offset constraints (A*Z Usage
thresh2constraints(d, lower = rep(-Inf, d), upper = rep(Inf, d))
Arguments
lower
1 or d-dim lower constraints
upper
1 or d-dim upper constraints