Skip to content

zsy817/DRGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRGraph

Install

linux environment
Gsl(2.4) Boost(1.58) Cmake(3.11)

Build

# CPU
mkdir build
bash build.sh

# GPU (unstable)
mkdir build
bash build_GPU.sh

Run

./Vis -input ./data/block_2000.txt -output block_2000.txt -neg 5 -samples 400 -gamma 0.1 -mode 1 -A 2 -B 1

python ./visualization/layout.py -graph ./data/block_2000.txt -layout block_2000.txt -outpng block_2000.png

system

cd system
# frontend
cd frontend
npm build
npm run start
# backend
cd backend
pip install -r requirements.txt
python router.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.7%
  • C 3.8%
  • JavaScript 2.8%
  • Python 1.6%
  • CMake 0.6%
  • CSS 0.4%
  • Other 0.1%