GAMS [ Home | Support | Sales | Solvers | Documentation | Model Libraries | 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 <> %solvestat.NormalCompletion% or m.modelstat <> %modelstat.Optimal%) 'problems with BARON solver';