Fortran and AMPL code for the paper "Social optimum in the basic bathtub model" (with R. Arnott)

mkilani d1de3ae859 small updates il y a 3 ans
abc c717de5e66 abc tastes, first version il y a 3 ans
continuous 511a6eafb9 small changes il y a 3 ans
README.md d1de3ae859 small updates il y a 3 ans

README.md

A code to solve for the optimum in the bathtub model

This project contains Fortran and AMPL code to solve for the optimum in the Bathtub model.

Two types of utility functions are considered:

  • alpha-beta-gamma tastes, and
  • smooth utility (logarithmic and exponential)

Dependencies

The Fortran code calls some standard functions and libraries:

  • DFZERO
  • Lapack and Blas

and relies on

  • IpOpt (Fortran version)

for the optimization process.