Loading...
Searching...
No Matches
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.

Definition at line 21 of file Form1.cs.

Methods

◆ Dispose()

override void CutStockGUI.Form1.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file Form1.Designer.cs.