ILOG CPLEX 11.0 User's Manual > Advanced Programming Techniques > Advanced MIP Control Interface > Solve Callback |
Solve Callback |
INDEX PREVIOUS NEXT |
The final callback we consider is the solve callback. By calling CPXsetsolvecallbackfunc
, the user instructs CPLEX to call a user function rather than the CPLEX choice (dual simplex by default) to solve the linear programming relaxations at each node of the tree. Advanced example admipex6.c
gives an example of how this callback might be used.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |