Examples
These files are available with the GAMS distribution under the following directory:
| domainchecking.cpp | This example enforces referential integrity also known in the GAMS lingo as domain checking |
| optimizer.cpp | Wrapper class implementation for executing transport14 |
| optimizer.h | Wrapper class definition for executing transport14 |
| transport.cpp | Wrapper class implementation for GAMS trnsport model |
| transport.h | Wrapper class definition for GAMS trnsport model |
| transport1.cpp | This is the 1st model in a series of tutorial examples |
| transport10.cpp | This is the 10th model in a series of tutorial examples |
| transport11.cpp | This is the 11th model in a series of tutorial examples |
| transport12.cpp | This is the 12th model in a series of tutorial examples |
| transport13.cpp | This is the 13th model in a series of tutorial examples |
| transport14.cpp | This is the 14th model in a series of tutorial examples |
| transport2.cpp | This is the 2nd model in a series of tutorial examples |
| transport3.cpp | This is the 3rd model in a series of tutorial examples |
| transport4.cpp | This is the 4th model in a series of tutorial examples |
| transport5.cpp | This is the 5th model in a series of tutorial examples |
| transport6.cpp | This is the 6th model in a series of tutorial examples |
| transport7.cpp | This is the 7th model in a series of tutorial examples |
| transport8.cpp | This is the 8th model in a series of tutorial examples |
| transport9.cpp | This is the 9th model in a series of tutorial examples |
| transportGDX.cpp | This example shows the use of the GAMSDatabase class for reading and writing GDX files |
| warehouse.cpp | This example demonstrates how to solve a simple GAMS model to assign stores to warehouses for different data sets in parallel |
