ContentsIndexHome
PreviousUpNext
IAimmsMathProgramCallback::CallbackReturnStatus Enumeration

This enumeration lists the possible integer return statuses of the RunCallback method.

enum CallbackReturnStatus {
  RET_OK,
  RET_INTR,
  RET_HEUR_SOL,
  RET_REJECT_SOL
};
Members 
Description 
RET_OK 
No special action has to be undertaken. 
RET_INTR 
A keyboard interrupt has been issued. 
RET_HEUR_SOL 
A heuristic solution was created in the AIMMS heuristic callback procedure. 
RET_REJECT_SOL 
The incumbent solution found by the solver was rejected in the AIMMS incumbent callback procedure. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.