Open
Description
The TSR
class currently supports TSRs where some dimensions have equal upper and lower bounds in Bw
. This is problematic because floating point error dictates whether or not the constraint can be satisfied. It also creates the edge case of a point TSR, which has fundamentally different properties than all other TSRs (i.e. all samples from the TSR are equal).
I am inclined to require that Bw[:, 0] < Bw[:, 1]
with strict inequality and to add a new "identity constraint" class to represent a singleton set (e.g. point TSR).
@siddhss5 @psigen @gilwoolee @dqyi11 Thoughts? Objections?