load11.gms : Load UEL Table

Description

Contributor: Alex Meeraus, March 2014


Small Model of Type : GAMS


Category : GAMS Test library


Main file : load11.gms

$title 'Load UEL Table' (LOAD11,SEQ=650)

$onText
Contributor: Alex Meeraus, March 2014
$offText


set i / a*z /;
$gdxOut xxx.gdx
$unLoad i
$gdxOut

set u(*),w(*);
$gdxIn xxx.gdx
$load u=*
$gdxIn

execute_load 'xxx.gdx',w=*;

abort$sum(i$(not u(i) and w(i)), 1) 'problem with UEL table reading';