Skip to content

The source code for the TKDE paper titled "Core Decomposition on Uncertain Graphs Revisited"

Notifications You must be signed in to change notification settings

ronghuali/UncertainCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

The procedure needs additional libraries: GSL(http://mirrors.kernel.org/gnu/gsl/) and GMP (https://gmplib.org/). Please install these libraries first in case of uninstalled.

Usage:
	make
	./uncertain-core [filename] [alg] [eta] [threads]
example:
	./uncertain-core core_num.bin 6


If an error 'error while loading shared libraries: libgsl.so.*' occurs, using the following commands to fix it.
	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
	export LD_LIBRARY_PATH

About

The source code for the TKDE paper titled "Core Decomposition on Uncertain Graphs Revisited"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • Makefile 0.4%