Originally posted by: Rajasekhar Kadambur
I am working on a problem and description is as follows:
Consider 's' selections from 'p' persons and each selection should be in decreasing preference.
CPLEX is able to solve this problem for s=15 and p=20; and unable to solve for s=25 and p=30 with warnings
Warning: Bound infeasibility column 'id903'.
Warning: Bound infeasibility column 'id903'.
Warning: -Infinity upper bound ignored.
The maximum value from Case 2 is 1.55112E+25 i.e. factorial(25). I need to work on the factorial value of (50 - 70) could you help me in overcoming these issue.
Maximum float values allowed in CPLEX and how to increase these values.
The model file and data file for these cases are attached below.
#DecisionOptimization#OPLusingCPLEXOptimizer