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

Combinatorial pure ne and bounding #27

Closed gdragotto closed 4 years ago

gdragotto commented 4 years ago

-Added the combinatorialPNE algorithm -Added pure strategy methods (isPure, make_pure_LCP, ...) -Added bounding methods for the make_country_LCP -Added recover strategies to find a pureNE within the innerApproximation (namely, incremental enumeration with random polyhedra incrementalEnumeration, and warm started combinatorialpPNE) -TimeLimit for combinatorialPNE -Small bug fixes and improvements in command line interface