I apologize for confusing you. It's the same sales parameter( changed the parameter name in my code). I have used ceil(sum {c in customers} sales[c] > 50 / 3). I am trying to calculate the number of customers having sales greater than 50.It doesn't return an error but ahows infessible solution. After all these constraints, a few customers are being ignored in the optimization. For example - there are 500 customers in the customer table. In the final result, it is assigning PMs against 497 customers. When method = comcomp is enabled, it returns 494 customers. Another thing i observed, when I use method = concomp, it doesn't return optimization result when there is out of memory. But sas returns the best possible solution when this method is disabled.
... View more