Dear AIMMS experts, it would be great if there is a working example related to calling AIMMS from python using the latest release REST API.
Also, following on other recent python-AIMMS questions here, could you kindly clarify the following questions:
- is the method of calling AIMMS using 'win32com' in python still valid? (as seen in the office github repo example in 'examples/Functional Examples/Calling AIMMSCOM/RunAIMMS.py ' ?
- is the previous method of calling python using 'subprocess' module and command line still valid for the recent version of AIMMS ?
- does the ways of calling AIMMS in python subject to the type of license I have (I have both free and paid academic licenses) ?