gen_r1.gms : Generate GDX file for test of GDXMRW

Description

Generate data for testing the GDXMRW function rgdx


Small Model of Type : GAMS


Category : GAMS Test library


Main file : gen_r1.gms

$TITLE Generate GDX file for test of GDXMRW (GEN_R1,SEQ=483)

$ontext
Generate data for testing the GDXMRW function rgdx
$offtext

$set matout "'read1.gdx', I, J"

set I/i1*i2/;
set J/j1*j3/;

execute_unload %matout%;