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

mkilani d1de3ae859 small updates 3 лет назад
abc c717de5e66 abc tastes, first version 3 лет назад
continuous 511a6eafb9 small changes 3 лет назад
README.md d1de3ae859 small updates 3 лет назад

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.