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. |