nevrome / gluesless

An idea expansion simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

gluesless

gluesless is an idea expansion simulation.

gluesless -pi <path_to_file> -ii <path_to_file> -o <path_to_file>

 Options:
  -pi --pajekfile	text file that describes network in .pajek format
  -ii --ideasfile	text file that describes idea as produced by popgenerator
  -o --outputfile	output text file
  -q --quiet

Installation

sudo apt-get install -y libboost-all-dev libiomp-dev zip unzip
wget "http://snap.stanford.edu/releases/Snap-4.0.zip"  
unzip Snap-4.0.zip -d snap_raw
mkdir snap
cp -r snap_raw/Snap-4.0/* snap
cd snap
make
cd ..
git clone git@github.com:nevrome/gluesless.git
cd gluesless
make

Citation

@Manual{clemens_schmid_gluesless_2019,
  title = {Gluesless: An Idea Expansion Simulation},
  author = {Clemens Schmid},
  year = {2019}
}

About

An idea expansion simulation


Languages

Language:C++ 96.6%Language:Makefile 3.4%