ssriram1992 / EPECsolve

Code to compute mixed-equilibrium in linear EPECs
https://ssriram1992.github.io/EPECsolve/html/index.html
GNU General Public License v3.0
6 stars 2 forks source link

Python interface #19

Open ssriram1992 opened 4 years ago

ssriram1992 commented 4 years ago

Python interface to models.h and its functionalities.

Ability to define a country, the followers, add countries, finalize and solve the EPEC using multiple algorithms, retrieving the final solution and analyzing the solution - all from a python environment, while still running the program in C++ backend.

ssriram1992 commented 4 years ago

Might require funding ;)

ssriram1992 commented 4 years ago
  1. Input json creating library for things in Models.cpp
  2. Output json handling object - for example, extracting solutions, duals, pure strategies and probabilities for a returned MNE.