ContentsIndexHome
PreviousUpNext
IAimmsMathProgramCallback::IntegerProgressInfo Enumeration

All integer progress information returned by the solver via the prog_int argument of the PassProgressInfo method.

enum IntegerProgressInfo {
  PROG_TYPE,
  PROG_ITER,
  PROG_NODES_SOLVED,
  PROG_NODES_LEFT,
  PROG_END,
  PROG_MEM_USED,
  PROG_IP_CROSS_ITER,
  PROG_THREADS,
  PROG_MPS_TYPE,
  PROG_QP_AS_MIQP,
  PROG_IMAX
};
Members 
Description 
PROG_TYPE 
The solution type at the last iteration. 
PROG_ITER 
The total number of iterations. 
PROG_NODES_SOLVED 
The total number of nodes solved (MIP only). 
PROG_NODES_LEFT 
The number of remaining nodes (MIP only). 
PROG_END 
1 if this is the final progress report, 0 otherwise. 
PROG_MEM_USED 
The current amount of memory in use (in bytes). 
PROG_IP_CROSS_ITER 
Total number of barrier crossover iterations. 
PROG_THREADS 
Number of threads used. 
PROG_MPS_TYPE 
Model type of MPS or LP file solved by using the DoMpsSolve method. 
PROG_QP_AS_MIQP 
1 if the QP is solve as a MIQP (while solving a non-convex QP problem to global optimality). 
PROG_IMAX 
Maximum size of integer parameter array. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.