Originally posted by: xinzhangandy
Hello everyone, now I meet a problem when I caculate the objective value of a MIP model, I want to maxmize the workers needed to running a facility in all time period, so I defined ak:average number of workers needed to handling per unit product at facility k, and bkt: the product needed to produce at facility k in time period t so the objective function should be: maximize sum(k in K, t in T)a[k]*b[k][t], since the number of workers needed in each time period should be an integer, so I want to use a ceil function to realize it ,but I do not know how to do, hope someone can help me, thank you
#DecisionOptimization#OPLusingCPLEXOptimizer