Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : phantom1.gms
$title Phantoms can only have default values (PHANTOM1,SEQ=28)
$phantom empty
parameter x / empty 0, zero 0, one 1, empty 1 /
$debug dmpuel
$if errorfree $goTo problem
$clearError
$terminate
$label problem
$error the second empty is wrong