clear7.gms : $clear cannot clear known predefined symbols

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : clear7.gms

$title $clear cannot clear known predefined symbols (CLEAR7,SEQ=15)

display sameas,diag;

$clear sameas diag

$if errorfree $goto problem
$clearerror
$terminate

$problem
$error cannot $clear known predefined symbols