> Advanced Programming Techniques > Using Callbacks > Implementing Callbacks in ILOG CPLEX with Concert Technology > The Continuous Callback |
The Continuous Callback |
INDEX PREVIOUS NEXT |
The second special callback class is IloCplex::ContinuousCallbackI
(IloCplex.ContinuousCallback
). If you create a Continuous callback and use it with an IloCplex
object, it will be used for both the barrier and the simplex callback. In other words, implementing and using one Continuous callback is equivalent to writing and using these two callbacks independently.
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |