CutStockGUI.Form1 Class Reference
This example allows to either load data from a database or to enter data manually. A cutting stock problem is solved by using both the GAMSJob and the GAMSModelInstance class in order to implement a decomposition approach. See also GMSCutStock Example. More...
Inheritance diagram for CutStockGUI.Form1:
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Detailed Description
This example allows to either load data from a database or to enter data manually. A cutting stock problem is solved by using both the GAMSJob and the GAMSModelInstance class in order to implement a decomposition approach. See also GMSCutStock Example.
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.