tester.gms : handy way to test at compile time

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : tester.gms

$title handy way to test at compile time (TESTER,SEQ=45)
$error just force an error
$if errorfree $goto problem
$clearerror
$terminate

$label problem
$error this should have an error