Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set tempdir path for external solvers #401

Open
mhechthz opened this issue Jan 6, 2025 · 1 comment
Open

set tempdir path for external solvers #401

mhechthz opened this issue Jan 6, 2025 · 1 comment

Comments

@mhechthz
Copy link

mhechthz commented Jan 6, 2025

I'm trying to get optimal performance for my setting where I have to generate about 25000 scenarios and solve these.

I tried almost all open source solvers including cbc, glpk, scip, highs, mbnb and also hexaly. I wrote my own template class to get a comparable behaviour. Hexaly is not as fast as expected but since I try to fit a MILP model to it, it could be expected. For other solvers, especially combined with pyomo, I set the temporary directory for call of solvers to a RAMDISC to gain a little bit of speed.

So I wonder, if there is any chance of setting the temporary path for python-mip when calling SCIP or HIGHS. It seems to be no such option available.

@mhechthz
Copy link
Author

mhechthz commented Jan 6, 2025

duplicate of this #400 ... I did this some weeks ago. sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant