8000 GitHub - Toptachamann/Lca_Finder: Basic tool for reading directed graph from file an find lowest common ancestors of the given two vertices
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Basic tool for reading directed graph from file an find lowest common ancestors of the given two vertices

Notifications You must be signed in to change notification settings

Toptachamann/Lca_Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lca Finder

Lca Finder is a basic command-line application for reading graphs from *.dot or other appropriately formatted files and finding lowest common ancestors of the given two vertices

Prerequisites

You should have JRE or JDK version 1.8 or later installed on your local mashine

Installation

Download this jar file (button download in the upper right corner) and your are done!

Usage

Assuming your are in the folder with jar file

$ java -jar Lca_Finder-1.0.jar -f path/to/file/with/graph -p person_1 person_2

If something goes wrong, you'll see this help message

usage: java -jar jgrapht_warmup-1.0-SNAPSHOT.jar -f [FILE] -p [PERSON_1, PERSON_2]

Computes the lowest common ancestors of the specified people in the graph, stored in the specified
file

 -f,--file <file>               path to file with graph
 -p,--people <person, person>   name of the two people

About

Basic tool for reading directed graph from file an find lowest common ancestors of the given two vertices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0