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

Segmentation faults in EPEC::AddPolyMethod::random #17

Closed ssriram1992 closed 5 years ago

ssriram1992 commented 5 years ago

In inner approximation, the choice of EPEC::AddPolyMethod::random causes core dumped, segmentation fault error.

gdragotto commented 5 years ago

The problem was due to an empty notProcessed polyhedra vector. Fixed in 501b5ae