-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for LP solvers #149
base: master
Are you sure you want to change the base?
Conversation
… adding priorities
ddbb1a3
to
ccbd260
Compare
ccbd260
to
ac2fc3d
Compare
…he webservice backend
…ingallocate into feature/lp-support
Hey Stazer, |
Hi,
I added a feature for replacing the modified Edmonds-Karp algorithm with the usage of LP solvers like SCIP or IBM's CPLEX. Nevertheless, selecting other solvers like the modified Edmonds-Karp or Ford-Fulkerson is possible. Distributing 1000 users to 21 choices takes with SCIP (non-commercial solver) around 4 seconds and with CPLEX 3 seconds. LP solvers can be used on remote machines as well, either by using SSH or HTTP(S). All settings can be made by using moodles plugin settings form. The main purpose is for many ratingallocate instances, which run simultaneously and for moodle sites with high traffic, since the remote usage of LP solvers reduce web servers load.
Hopefully there is a use for it!
Best Regards