Originally posted by: MsMarigno
I'm trying to solve a combinatorial optimization problem similar to the p-median problem (the same constraints but different objective function). If I change the number of facilities to be opened by passing to open only two facilities to open four facilities the number of potential solution should decrease and should be easier to find a solution.
Instead in case of 2 facilities open Cplex can solve the problem while for 4 facilities opened gives the out of memory error. I have attached the output of the system.
Any suggestions on this? Thank you!
#DecisionOptimization#OPLusingCPLEXOptimizer