Skip to content

A simple monte carlo tool for determining the probability of traversing a randomized subgraph

Notifications You must be signed in to change notification settings

burdges/PathMeasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You may build the project by simply installing the Boost Graph Library and then
running make.  You may run it with commands like :

./pathmeasure -p 0.5 -f 1000 -t 10000 dot/triangle.dot

We use the Mersinne twister random number generator from http://www.agner.org/random/,
download randomc.zip and extract the files randomc.h, mersenne.cpp, and userintf.cpp.


About

A simple monte carlo tool for determining the probability of traversing a randomized subgraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages