Originally posted by: Max518
Hello, everyone
I'm now solving my MIP formulation by CPLEX (IBM ILOG OPL IDE Version:6.3).
When I implemented it on small-scale problem, it can work well and fast.
However, for large-scale problem, the "out of memory" problem turns up.
I changed some parameters in the settings:
1.Node storage file switch->3, node file on disk and compressed
2. MIP node selection strategy->2, best estimate search
3. MIP variable selection strategy->3, strong banching
4. Memory available for working storage: 8000
5. Memory reduction switch->true
However, the problem cannot be solved.
Would you please give me some advice to solve this problem? Thank you very much.
#DecisionOptimization#OPLusingCPLEXOptimizer