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.