When I solve my model, I get a stack overflow error/core dump/protection error. What is wrong?
If your model has integer/binary/semi-cont/SOS variables then version 5 can solve your problem. In version 4, the implemented branch-and-bound algorithm puts its branches on the stack and that can result in a stack overflow when it is a tough model. Version 5 doesn’t put the branches on the stack anymore and because of that, this error is solved.
Related Questions
- The errorlog says Apache dumped core, but wheres the dump file? In Apache version 1.2, the error log message about dumped core includes the directory where the dump file should be located.
- When I solve my model, I get a stack overflow error/core dump/protection error. What is wrong?
- How Do You Resolve A Java Language Stack Overflow Error?