ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::CallbackInfo Enumeration

This enumeration lists the AIMMS callback information passed to the SetCallbackMoments method. This method is called by AIMMS before the solve and each time after running an AIMMS callback procedure.

enum CallbackInfo {
  INFO_ITER,
  INFO_MAX
};
Members 
Description 
INFO_ITER 
The number of iterations after which callback should be called. 
INFO_MAX 
Maximum size of (integer) parameter array. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.