Description
The original (AB01031) was a lengthy program from MB with a wrong data statement
Small Model of Type : GAMS
Category : GAMS Test library
Main file : compile1.gms
$title 'AB01031: a solve stmt messed up the symbol table' (COMPILE1,SEQ=250)
$onText
The original (AB01031) was a lengthy program from MB with a wrong
data statement
$offText
set the;
solve the ;
abc = the;
$clearError