Description
This program illustrates the use of execute_loadpoint. The execute_loadpoint allows you to merge solution points into any GAMS database. Loading the data acts like an assignment statement and it merges/replaces data with current data. The GDX file used here was produced using Savepoint.gms. Since the file already contains an optimal solution, no iterations take place in this case.
Category : GAMS Data Utilities library
Main file : Loadpoint.gms includes : trnsport.gms Loadpoint.gms Transport_p1.gdx
$onText
This program illustrates the use of execute_loadpoint.
The execute_loadpoint allows you to merge solution points
into any GAMS database. Loading the data acts like an
assignment statement and it merges/replaces data with
current data.
The GDX file used here was produced using Savepoint.gms. Since
the file already contains an optimal solution, no iterations
take place in this case.
$offText
execute_loadpoint 'Transport_p1';
$include trnsport.gms