We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clp, in some experiments, was shown to outperform all major free LP solvers. We should create a plugin to use Clp:
https://projects.coin-or.org/Clp
This would entail making a subclass of LPSolver (see LPSolver.h and LPSolver.cpp, or the implementations in src for GLPKSolver and CPLEXSolver.)
LPSolver
LPSolver.h
LPSolver.cpp
src
GLPKSolver
CPLEXSolver
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clp, in some experiments, was shown to outperform all major free LP solvers. We should create a plugin to use Clp:
https://projects.coin-or.org/Clp
This would entail making a subclass of
LPSolver
(seeLPSolver.h
andLPSolver.cpp
, or the implementations insrc
forGLPKSolver
andCPLEXSolver
.)The text was updated successfully, but these errors were encountered: