Skip to main content
FRAMES NO FRAMES

Group optim.cplex.cpp.advanced

The advanced methods of the API of CPLEX for users of C++.
Class Summary
IloCplex::BranchCallbackI
IloCplex::ControlCallbackI
IloCplex::Goal
IloCplex::GoalI
IloCplex::HeuristicCallbackI
IloCplex::IncumbentCallbackI
IloCplex::LazyConstraintCallbackI
IloCplex::NodeCallbackI
IloCplex::SolveCallbackI
IloCplex::UserCutCallbackI
Enumeration Summary
IloCplex::CutManagement
IncumbentCallbackI::SolutionSource

These are advanced methods. Advanced methods typically demand a profound understanding of the algorithms used by CPLEX. Thus they incur a higher risk of incorrect behavior in your application, behavior that can be difficult to debug. Therefore, the team encourages you to consider carefully whether you can accomplish the same task by means of other methods instead.