Originally posted by: EdKlotz
In addition to Daniel's requests, I think you can answer one of your own questions with a simple test. Comment out the part of your code that builds the quadratic part of the objective, and run the program. Does the program call the lazy constraint callback case, or not? Also, when you say that your cutting plane algorithm is not executed, did you confirm that the lazy constraint callback is not called, or just that you don't see your cutting planes being added? By doing a few simple tests like this, you can narrow down the source of the trouble, or maybe even resolve the issue completely.
#CPLEXOptimizers#DecisionOptimization