Recently I updated AIMMS to version 24.6.1.6. Now I get the error message “The element 'abort' is not in the set "AllIdentifiers", see also the option warning_explicit_element_not_in_set.”. Does anyone know how I can solve this error?
It happens when I use a call back function and want to assign “abort” to the CallBackReturnStatus.
Thank you in advance!
Best answer by luispinto
Hello! From which version of AIMMS are you migrating from?
What I can see for CallbackReturnStatus is that "The value of the .CallbackReturnStatus suffix is an element in the set ContinueAbort.”
Maybe try to single quote abort, as in ‘abort'. We've been gradually replacing the compiler, and most likely the new compiler is more picky wrt quoting set elements.