Originally posted by: violets
I have an integer programming not only with large number of variables but also large number of constraints. For example, more than 10^7 variables, more and more constraints. And, CPLEX can't solve this model. The main reason is that some kinds of constraints are considered to describe the relationship among variables. Factually, two constraints for each variable in my case.
As far as I know, Lagrangian relaxation and column generation could effectively deal with JUST large number of variables. Additionally, my formulation could not be decomposed into sub-problems because of cross relationship constraints. My question is how to do an integer programming with this situation?
Thanks!
#DecisionOptimization#MathematicalProgramming-General