I dont get why those values happen at this constraint, because neither of the variables or values are negative in the first place. The constraint is defined as follow:
s.t. constraint{j in 1..n}: sum{i in 1..m} d[i,j] <= m * y[j];
Where m is a param defined in the data, positive integer, y is a binary variable and d[i,j] are real variables between 0 and 1 (0<=d<=1)
Any help would be greatly appreciated!! thanks in advance