coin-or / SHOT

A solver for mixed-integer nonlinear optimization problems
https://shotsolver.dev
Eclipse Public License 2.0
117 stars 25 forks source link

Streamline how temp directories are created #52

Closed andreaslundell closed 4 years ago

andreaslundell commented 4 years ago

This works well when using SHOT directly on a GAMS problem file, but does it work when called from GAMS (espcially after https://github.com/coin-or/SHOT/commit/06e768279fec30b796737a013993b36ecb7c8843)?

svigerske commented 4 years ago

I took 06e7682 back again. The new one with the tempdir is nicer, since the gams scratch dir is deleted by default.