Skip to content

Chabrier/multi-agent-systems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-agent-systems

Requirements:

boost (>= 1.47)
cmake (>= 2.8.0)
make (>= 1.8)
c++11 compliant compiler (gcc >= 4.8, clang >= 3.4)

Getting the code

The source tree is currently hosted on Github. To view the repository online: https://github.com/remy-phelipot/multi-agent-systems The URL to clone it:

git clone git://github.com/remy-phelipot/multi-agent-systems.git

Once you have met requirements, compiling is simple:

mkdir build
cd build
cmake ..
make install

License

This software is in GPLv3. See the file COPYING. Check the headers for the copyright info.

About

C++, Boost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Shell 0.6%