I am struggling to activate the academic version of CPLEX for use in docplex. I had tried following the steps outlines in https://www.ibm.com/docs/en/icos/22.1.2?topic=cplex-setting-up-python-api, but found that these seemed outdated with a note in the changelog.
All of the guidance I have found suggests that I need to grab an API key, but I can't seem to find it anywhere. I downloaded the program by following the link here https://www.ibm.com/academic/, which prompted me first for my academic email, then to create an IBMID. I did both of these and have an install of CPLEX Studio 22.1.2, and have set my path to the location of the DLL file this created.
However, I am still being hit with the error
Promotional version. Problem size limits (1000 vars, 1000 consts) exceeded, model has 660 vars, 1210 consts, CPLEX code=1016
Could anyone point me to any updated guidance or have any advice?
Thank you!
1000 consts
but you have model with1210 consts