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

Manage convexHull variables removal #11

Closed gdragotto closed 4 years ago

gdragotto commented 4 years ago

Game::EPEC::make_country_QP works smoothly when convHullVarCount is positive. In commit 35957e4, I shifted the type from unsigned to signed, since we might want to remove variables (plus, sometimes we are getting underflow). We should manage the removal of convexHull variables

gdragotto commented 4 years ago

adbbd09 resets QPs and recreate the new approximation. Hence, no removal is needed. Models::decreaseVal manages removed locations