Is there any proposal or plan to extend the functionality of aimmspy so that we can build the entire model directly from Python, similar to a solver’s native Python interface?
At present, the interface seems to only provide functionality to interact with an existing model — such as updating or assigning data and running procedures. For example, I am currently unable to add a new variable or parameter from the Python interface.
However, it would be extremely useful if the interface were extended to support full model creation in Python. This would provide greater control over the model and help bring more structure to the development process.