• Four to the Floor - bug in tests,

 

Hi, in Four to the Floor mission, tests are not covering all cases. Missing case i found is when all room integer coordinates are covered but some float coordinates are not covered. For example:

[3,2],[[0,1,1], [1,0,1], [2,0,1], [1,2,1], [2,2,1], [3,1,1]]

point (1.5, 1) is not covered. (i attached file showing this case)

Integer preconditions aplly only to input and objective "is to determine whether the floor area is completely into the sensors coverage area". Correct me if i'm wrong, but i think it means float points also have to be covered.

Because of this bug some incorrect solutions may pass.