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

Numerical tolerances in isSolved methods #14

Closed gdragotto closed 4 years ago

gdragotto commented 5 years ago

Game::NashGame::isSolved and Game::EPEC::isSolved adopt tolerances up to 1e-6. Some problems (Instances_345/Instance_128) require tolerances up to 1e-4 to validate the solution

ssriram1992 commented 5 years ago

@gdragotto Did you fix this in some smart way?

gdragotto commented 4 years ago

Up to now, controlled by the user as of e9c65be