ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::TuningType Enumeration

This enumeration lists the possible actions to be taken for the solver options during tuning when calling the DoTuning method, and the possible results.

enum TuningType {
  TUNING_NONE,
  TUNING_FIXED,
  TUNING_TUNED
};
Members 
Description 
TUNING_NONE 
On input: the option is subject to tuning. 
TUNING_FIXED 
The option is fixed and not subject to tuning. 
TUNING_TUNED 
Option has been tuned by solver (output only). 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.