Conversation
… adding priorities
ddbb1a3 to
ccbd260
Compare
ccbd260 to
ac2fc3d
Compare
…he webservice backend
…ingallocate into feature/lp-support
|
Hey Stazer, |
… 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