Currently globalsolve! cannot deal with primal infeasible or unbounded solutions. This seems like a tricky problem, since the exceptions are thrown in CPLEX itself. Need to investigate.
The test_linking example is a good one to try resolving this issue on. This is currently why the max_iterations is capped for that example.
Currently
globalsolve!
cannot deal with primal infeasible or unbounded solutions. This seems like a tricky problem, since the exceptions are thrown in CPLEX itself. Need to investigate.The test_linking example is a good one to try resolving this issue on. This is currently why the max_iterations is capped for that example.