ContentsIndexHome
PreviousUpNext
ISolverInfo::ComplementarityType Enumeration

The ComplementarityType enumeration describes the possible methods used by AIMMS to transform the complementarity data before passing it to the solver.

enum ComplementarityType {
  COMPL_PATH,
  COMPL_KNITRO
};
Members 
Description 
COMPL_PATH 
AIMMS creates a square system. 
COMPL_KNITRO 
AIMMS does not create a square system. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.