I am new to AIMMS and need your help with the following query:
I would like to place the progress window on a GUI so that the end user can see the solution status and progress. Please let me know how do I do that and also please guide me to any documentations that I can refer for implementing the same.
Thanks.
Best answer by mateusarakawa
Hi @Suj8epri.
You can show the progress window to the user through this code:
ShowProgressWindow(1);
Remark: if it’s a remote optimization using AimmsPRO this won’t work. Aimms already provides a progress monitoring GUI for this case.