Originally posted by: SystemAdmin
[namsu said:]
Dear,
i'm using cplex 11 (concert) with visual c++ 9.0.
i added the cuts to the model by belows.
model.add(x+y>=1);
...
model.add(y+z>=1);
the size of these cuts will be around 1000.
I added the cuts in source code, then ran build icon.
Then, visual c++ says "compiling...", and it never finishes!!
anyone knows about this situation, and how to handle this situation?
thanks
#CPLEXOptimizers#DecisionOptimization