@TECHREPORT{Gay97hookingyour, author = {David M. Gay}, title = {Hooking Your Solver to AMPL}, institution = {}, year = {1997} }
Years of Citing Articles
Bookmark
OpenURL
Abstract
This report tells how to make solvers work with AMPL's solve command. It describes an interface library, amplsolver.a, whose source is available from netlib. Examples include programs for listing LPs, automatic conversion to the LP dual (shellscript as solver), solvers for various nonlinear problems (with first and sometimes second derivatives computed by automatic differentiation), and getting C or Fortran 77 for nonlinear constraints, objectives and their first derivatives. Drivers for various well known linear, mixed-integer, and nonlinear solvers provide more examples.