项目作者: nevrome

项目描述 :
An idea expansion simulation
高级语言: C++
项目地址: git://github.com/nevrome/gluesless.git
创建时间: 2016-11-18T11:22:49Z
项目社区:https://github.com/nevrome/gluesless

开源协议:

下载


Build Status

gluesless

gluesless is an idea expansion simulation.

  1. gluesless -pi <path_to_file> -ii <path_to_file> -o <path_to_file>
  2. Options:
  3. -pi --pajekfile text file that describes network in .pajek format
  4. -ii --ideasfile text file that describes idea as produced by popgenerator
  5. -o --outputfile output text file
  6. -q --quiet

Installation

  1. sudo apt-get install -y libboost-all-dev libiomp-dev zip unzip
  2. wget "http://snap.stanford.edu/releases/Snap-4.0.zip"
  3. unzip Snap-4.0.zip -d snap_raw
  4. mkdir snap
  5. cp -r snap_raw/Snap-4.0/* snap
  6. cd snap
  7. make
  8. cd ..
  9. git clone git@github.com:nevrome/gluesless.git
  10. cd gluesless
  11. make

Citation

  1. @Manual{clemens_schmid_gluesless_2019,
  2. title = {Gluesless: An Idea Expansion Simulation},
  3. author = {Clemens Schmid},
  4. year = {2019}
  5. }