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

No Copy constructor for LCP #12

Closed ssriram1992 closed 4 years ago

ssriram1992 commented 4 years ago

Game::LCP needs a copy constructor and assignment constructor, since a constant reference is returned to, in Game::EPEC::GetLcpDescr

ssriram1992 commented 4 years ago

Currently copies all details including, enumerated polyhedra and known infeasible polyhedra. Should this be the case, or only this->M and this->q and this->Compl should be copied?