Search found 2 matches

by rickyc2000
1 year ago
Forum: Modeling
Topic: Modeling with BARON in GAMS Studio
Replies: 1
Views: 1018

Modeling with BARON in GAMS Studio

Hello, I am trying to run a non-linear optimizing problem using the BARON solver in GAMS: The code is the following: option optcr=0.0, optca=0.0, solver=baron; $ontext Nonlinear optimization problem solved with BARON $offtext Set i; Set j; Parameter s(i) 'demand rate for each SKU'; Parameter d(j) 's...
by rickyc2000
1 year ago
Forum: Syntax
Topic: Non-Linear Programming Error 148 & 149
Replies: 1
Views: 1450

Non-Linear Programming Error 148 & 149

Hello guys! First of all, I am really new to this GAMS tool and I am using it as an input in my MNL model in python, so it clearly is not my field -- I apologize in advance because my doubts will probably be very simple. So, I am currently trying to perform a non-linear programming problem that look...