TraME (Transportation Methods for Econometrics) is a templated C++ library for solving problems of equilibrium computation and estimation in consumer demand and matching frameworks via the Mass Transportation Approach.
|
|
|
License: TraME is licensed under the GNU General Public License (GPL) version 2, or (at your option) any later version.
Authors:
TraME can be installed in the standard way:
./configure make make install
This will install the library into /usr/local
Configure options:
-b dev
a 'development' build with install names set to the build directory (as opposed to an install path)-c
a coverage build-l
specify a linear programming library to use; for example -l glpk
or -l gurobi
-m
specify the BLAS and Lapack libraries to link against; for example, -m "-lopenblas"
-o
enable aggressive compiler optimization features: -o fast
or -o native
-p
enable parallelization features (using OpenMP)