Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 690 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 690 Bytes

GSoC-JGraphT-WarmUp

Source Code : WarmUp.java

Compilation Command:-

javac -cp .:jgrapht-core-1.1.0.jar:jgrapht-io-1.1.0.jar:antlr4-runtime-4.6.jar:commons-lang3-3.5.jar:commons-cli-1.4.jar WarmUp.java

Run Command:-

java -cp .:jgrapht-core-1.1.0.jar:jgrapht-io-1.1.0.jar:antlr4-runtime-4.6.jar:commons-lang3-3.5.jar:commons-cli-1.4.jar WarmUp listing1.dot Sansa Arya

Process:-

1.Modify NaiveLCAFinder.java implementing findLcas() and doubleBfs() in the jgrapht-1.1.0 downloaded(for linux) from the official website.

2.Compile the java project using Maven

3.Convert org folder in target/classes to executable jar files and replace the previous one.

4.Run the above source code.