ANN New LP solver #568
apete
started this conversation in
General, ojAlgo and related code
Replies: 1 comment
-
...and now v55.0.0 is released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The new LP solver is now the default alternative (
develop
branch, version55.0.0-SNAPSHOT
).Previously you had to set
model.options.experimental = true;
to use it. Now, if you continue to set that option, you'll get the old solver.
It'll be a while longer before v55 is released – still plan some refactoring/tuning/cleanup.
If you use ojAlgo to solve LP or MIP models, now is a very good time to build and test using a SNAPSHOT version.
The new solver already handles cases the old couldn't, scales better, and has great potential for future improvements.
Beta Was this translation helpful? Give feedback.
All reactions