This small example demonstrates how to run a GAMS model in a graphical user interface. This has all rudimentary features we know from the GAMS IDE: starting a job, capture the GAMS log in a window, and providing a button to interrupt. The underlying mechanism to interrupt the job is similar to the Interrupt.Interrupt example (GAMSJob.Interrupt), but the trigger mechanism is very different. More...
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Detailed Description
This small example demonstrates how to run a GAMS model in a graphical user interface. This has all rudimentary features we know from the GAMS IDE: starting a job, capture the GAMS log in a window, and providing a button to interrupt. The underlying mechanism to interrupt the job is similar to the Interrupt.Interrupt example (GAMSJob.Interrupt), but the trigger mechanism is very different.
Methods
◆ Dispose()
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing true if managed resources should be disposed; otherwise, false.
Definition at line 14 of file Form1.Designer.cs.