CStrseq.gms : Test object oriented C# API running a sequence of examples based on a transport model

Description

Contributor: Lutz Westermann, October 2012


Small Model of Type : .Net


Category : GAMS API library


Main file : CStrseq.gms

$TITLE 'Test object oriented C# API running a sequence of examples based on a transport model' (CSTRSEQ,SEQ=21)

$ontext
Contributor: Lutz Westermann, October 2012
$offtext


$set srcRoot %gams.sysdir%apifiles%system.dirsep%CSharp%system.dirsep%

$escape &
$if %system.filesys% == UNIX
$if %sysenv.MPATH% == %&sysenv.MPATH%& $abort.noerror Need Mono to run this on Unix

$                             set BUILD MSBuild.exe
$if %system.filesys% == UNIX $set BUILD $MPATH/xbuild
$                             set EXEC  =
$if %system.filesys% == UNIX $set EXEC '$MPATH/mono '

$                              set x64
$if %system.platform% == WEX $set x64 x64%system.dirsep%

$if %system.platform% == WEX
$if not set flags $set flags  -t:rebuild -p:Configuration=Release -p:Platform="x64"
$if %system.platform% == LEX
$if not set flags $set flags  /t:rebuild /p:Configuration=Release
$if %system.platform% == DEX
$if not set flags $set flags  /t:rebuild /p:Configuration=Release /p:DefineConstants="__APPLE__"
$if %system.platform% == DAX
$if not set flags $set flags  /t:rebuild /p:Configuration=Release /p:DefineConstants="__APPLE__"


$onechoV > cmexTrans
$call %BUILD% %flags% "%srcRoot%Transport%1%system.dirsep%Transport%1.csproj"
$if errorlevel 1 $abort 'Problem compiling Transport%1.cs'
$call %EXEC%"%srcRoot%Transport%1%system.dirsep%bin%system.dirsep%%x64%Release%system.dirsep%Transport%1.exe" "%gams.sysdir%."
$if errorlevel 1 $abort 'Problem executing Transport%1'
$offecho

* Make sure that correct GAMS system is found when checking the registry
$if not %system.filesys% == UNIX $call findthisgams -q

$batinclude cmexTrans GDX
$batinclude cmexTrans 1
$batinclude cmexTrans 2
$batinclude cmexTrans 3
$batinclude cmexTrans 4
$batinclude cmexTrans 5
$batinclude cmexTrans 6
$batinclude cmexTrans 7
$batinclude cmexTrans 8
* These two need more references, cannot assume that they are the same one all machines
*$batinclude cmexTrans 9
*$batinclude cmexTrans 10
$batinclude cmexTrans 11
$batinclude cmexTrans 12
$batinclude cmexTrans 13
* See #4465
$if not %system.filesys% == UNIX $batinclude cmexTrans 14
* Need to redo some checks in the test, not a good idea to check each single variable level for a degenerated model
$if not %system.platform% == DAX $batinclude cmexTrans Engine