GAMS [ Home | Support | Sales | Solvers | Documentation | Model Library | Search | Contact Us ]

baron02.gms : BARON test suite - bar_space_length is case sensitive





Small Model of Type: GAMS
$TITLE 'BARON test suite - bar_space_length is case sensitive' (BARON02,SEQ=315) variable x; equation e; model m /e/; e.. x =e= 1; m.workspace=1; option lp=baron; solve m us lp min x; abort$(m.solvestat<>1 or m.modelstat <> 1) 'problems with BARON solver';