Originally posted by: ShaCplex
Hi Alex,
I have a constraint X ij ( Yj * t ) <= C , where X ij is a binary variable, Yj is an integer variable having bounds 0 <= Yj <= 6.
t and C are constants.
Whats the best way to write this constraint so that cplex solves? other than this constraint, everything else in the model is linear.
I am using docplex modelling.
Regards,
Shahul
#DecisionOptimization#OPLusingCPLEXOptimizer