Skip to content

ajendrex/conan

 
 

Repository files navigation

Conan

Conan is a C++ and Python library for the generation, inference and analysis of complex networks.

Documentation

Documentation is available inside the doc/ directory. Also DoxyS can be used to generate documentation from the source code.

Installation

To install it run the following commands inside the main directory:

./bootstrap.sh
cp /usr/share/libtool/config/ltmain.sh . # this may depend on your Unix distribution
./bootstrap.sh
./configure
make
make install

Note that Conan's compilation requires GCC version 4.3 or higher! Also, Conan requires Autotools to be properly setted up in your computer.

About

C++/Python library for the generation, inference and analysis of complex networks

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Python 1.9%
  • Other 0.7%