Originally posted by: fix
Using the following goal in CPLEX 12.7.0 and 12.7.1 under Windows 64 bit crashes the problem at env.end() call
return AndGoal(OrGoal(y[j] - y[k] >= rj, y[k] - y[j] >= rk, x[j] - x[k] >= pj, x[k] - x[j] >= pk), this);
There is no crash when the OrGoal has two alternatives, but three or more cause a crash. I tried reformulating with various OrGoal sequences with no luck.
#CPLEXOptimizers#DecisionOptimization