gversion.gms : test the Matlab mex-file gams

Description

Write the GAMS version to GDX to test the gams() mex-file.

Contributor: Steve


Small Model of Type : GAMS


Category : GAMS Test library


Main file : gversion.gms

$TITLE test the Matlab mex-file gams (GVERSION,SEQ=489)

$ontext
Write the GAMS version to GDX to test the gams() mex-file.

Contributor: Steve
$offtext

$set matout "'matsol.gdx', gversion "

scalar gversion / -1 /;

gversion = gamsversion;

execute_unload %matout%