In the MATLAB API you can use the setOption method, for example like this:
ampl.setOption('baron_options','maxtime=3600');
If you want to set other options for BARON then you should add them to this baron_options string; for example:
ampl.setOption('baron_options','maxtime=3600 prtime=60');
The recognized options are on the page
http://ampl.com/products/solvers/solvers-we-sell/baron/options/ that you were looking at.
Bob Fourer
am...@googlegroups.com
=======