Originally posted by: nkurt
Hi everyone;
I am trying to write a code in Java with Concert Technology for solving a MIQP problem and I use LazyConstraint Callback. In the master problem, there are both integer and continuous variables.
For testing purposes, when the callback is called it does not add any cut to the master problem. I expect that, after the callback is called, there should be a feasible solution for the master problem (since when there is a integer feasible solution for the master problem, lazy constraint callback is called and there is no cut which makes this solution infeasible). However, there is no solution in the solution pool, after executing the callback. Is this normal? What am I missing?
Note that: Presolve and heuristics are deactive.
#CPLEXOptimizers#DecisionOptimization