Hi, I created a large model by manipulating the .ams file via notepad. The total file size is 8MB. Around 0.1 million variables and 60K constraints.
Since, I did not create this perhaps from the interface - it is taking a lot of time to open.
Also, say I know that the model is fully correct(syntactically and otherwise). How can I call and run it via python? I am using academic license. Please do give me a short tutorial for this. I did see the REST API but it seems too complex. Is there perhaps the CMD version of running? Can I run academic license models via CMD? If so, I think I can use the subprocess method.
Basically, 2 question:
- A large custom manipulated .ams file is taking too long to open. It is in fact not opening and is in “Not Responding” state for too long.
- How to call AIMMS model and run from python.
Thanks
Hariharan