Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

antoniocoratelli/evdaa-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evdaa-framework

MATLAB framework for distributed load balancing problems simulation. Based on the EVDAA algorithm.

The algorithm solves a multi-agent assignment problem, in which a group of agents has to reach a consensus on an optimal distribution of tasks, under communication and assignment constraints, minimizing the maximum load assigned to each agent.

Install

  • Download the zip file of the source code
  • Extract the zip file to <some-path>
  • Add <some-path>/evdaa-framework/src to the MATLAB Search Path
  • Use help evdaa or help <any-evdaa-function> in MATLAB to show the usage of any function in the framework.

License

Copyright (c) 2013, Antonio Coratelli. Released under BSD 3-Clause License. See 'LICENSE' file.

This software includes GLPKMEX binaries. GLPKMEX is a MATLAB MEX interface for the GLPK library, which is a set of routines intended for solving linear programming (LP), mixed integer programming (MIP), and other related problems. GLPKMEX and GLPK are released under GPLv2 License, thus a copy of source code and license of GLPKMEX is provided in glpkmex-2.11-src.zip.

About

MATLAB framework for distributed load balancing problems simulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published