Description
Contributor: Clemens Westphal, October 2012
Small Model of Type : Python
Category : GAMS API library
Main file : PBenders.gms
$title 'Test gams.control using a (multi-threaded) Benders Decomposition Algorithm' (PBENDERS,SEQ=28)
$onText
Contributor: Clemens Westphal, October 2012
$offText
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%benders_2stage.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%benders_2stage_mt.py" "%gams.sysdir%."