VBtrseq.gms : Test object oriented VB.Net API running a sequence of examples based on a transport model

Description

Contributor: Lutz Westermann, January 2013


Small Model of Type : .Net


Category : GAMS API library


Main file : VBtrseq.gms

$TITLE 'Test object oriented VB.Net API running a sequence of examples based on a transport model' (VBTRSEQ,SEQ=25)

$ontext
Contributor: Lutz Westermann, January 2013
$offtext


$set srcRoot %gams.sysdir%apifiles%system.dirsep%VBNet%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.vbproj"
$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 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