GAMS [ Home | Documentation | Solvers | APIs and Tools | Model Libraries | Sales | Support | Contact Us | Search ]

SingleAsk : Single ask popup for entering an integer value





   Files:  SingleAsk.gms
$if %system.filesys% == UNIX $abort.noerror 'This model cannot run on a non-Windows platform'; $call =ask T=integer M="Enter number of cities" o=n.inc scalar n 'number of cities' / $include n.inc /; display n;