Hey all,
I get an error for a constraint with the name 'two', that says: The empty row two(1) .. 0 = 1 is infeasible, as tolerance the option "Bound_Tolerance" is used with value 1e-008. I get 8 errors from two(1) to two(8).
The program consists of the set nodes. Depots and customers are both subsets of the nodes. Nodes go from 1 to 11, customers from 1 to 8, and depots from 9 to 11. Nodes are indexed by i_n and j_n, customers by i_c and j_c, and depots by i_d, and j_d.
I have a binary variable x(i_n,j_n). I put only one constraint in the program, to make sure that the problem is not caused by the other constraints.
The constraint 'two' says: sum[i_n, x(i_n,j_c)]=1.
Is there anyone that has any suggestions about what the problem might be? :) Thanks.
Eefje