I am performing an Integer Linear Programming optimisation with the following constraint:
s.t. Constraint {i in N}: sum {j in F} A[i,j] * X[j] >= B[i];
How