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

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : baron02.gms

$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';