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

EPECStatistics checking validity of lcpmodel #7

Closed ssriram1992 closed 4 years ago

ssriram1992 commented 4 years ago

I have added a check for whether EPEC::lcpmodel is initialized before writing to EPEC::Stats. This is because, in the inner approximation algorithm, infeasibility is recognized before even creating EPEC::lcpmodel.

But in such a case, I am not writing anything to EPEC::Stats. Can you keep track of the stats?

Above edit in commit# 775068f

gdragotto commented 4 years ago

711455a sets the status to false when addRandomPoly2All proves infeasability