I am getting this error while uploading my aimmspack file. Could you please let me know what to do to resolve the same?
Hi,
We have checked the cloud logs and this is the error we found: 'CPLEX 12.10' is outside the range set "AllSolvers" of element parameter "SolverSelection", see also option "warning range violation".
Please know that while uploading during the project verification initialization routines of the project are ran.
A best practice is selecting a solver in the procedure that is delegated, before the solve statement (not in MainInitialization). You can try doing it as shown below:
SolverSelection := last( indexSolvers | Findstring( formatString( "%e", indexSolvers ), "CPLEX" ) );
Kind regards,
Dessie
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.