Parcourir la source

small updates

mkilani il y a 3 ans
Parent
commit
5799e9dbbd
1 fichiers modifiés avec 19 ajouts et 3 suppressions
  1. 19 3
      README.md

+ 19 - 3
README.md

@@ -1,8 +1,24 @@
 # A code to solve for the optimum in the bathtub model
 
-This project contain Fortran and AMPL code
+This project contains Fortran and AMPL code
 to solve for the optimum in the Bathtub model.
 
-Both the alpha-beta-gamma model and smooth utility
-functions are considered.
+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 function
+- lapack and Blas
+
+and relies on 
+
+- IpOpt (Fortran version)
+
+for the optimization process.
+