Originally posted by: SystemAdmin
Hi,
I am using cplex via matlab to solve a mixed interger quadratic problem which has the form
min x'Qx+c'x s.t. Ax<=b, x binary.
Now I want to add some cutting plane when a relaxation is solved at each node. Thus, the cutting plane are generated
based on the solution of the relaxation and therefore dynamically. It is said in the Manual of Cplex that this can be done by "cutcallback". I do not know how to use the cutcallback. In the examples for matlab toolbox, there is only an example of "infocallback". Can you kindly give me an example of "cutcallback" on matlab?
Best wishes
xjz
#CPLEXOptimizers#DecisionOptimization