solver01.gms : Test unknown solver with a=c

Description

This test ensures that we do not create a compilation error when
there is an unknown solver selcted at the command line with a=c.

Contributor: Lutz Westermann, September 2025


Small Model of Type : GAMS


Category : GAMS Test library


Main file : solver01.gms

$title 'Test unknown solver with a=c' (SOLVER01,SEQ=988)

$onText
This test ensures that we do not create a compilation error when
there is an unknown solver selcted at the command line with a=c.

Contributor: Lutz Westermann, September 2025
$offText


$echo * > any.gms
$call.checkErrorLevel gams any.gms solver=notKnown a=c lo=%gams.lo%
$call.checkErrorLevel gams any.gms lp=notKnown a=c lo=%gams.lo%

$call gams any.gms solver=notKnown lo=%gams.lo%
$ifE errorlevel=0 $abort Error expected
$call gams any.gms lp=notKnown lo=%gams.lo%
$ifE errorlevel=0 $abort Error expected