Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.11 KB

File metadata and controls

29 lines (25 loc) · 1.11 KB

Graph-GHTP

Before you go

Before you run this code, make sure you have maven and Java on your machine. I tested all of the code under Linux environment. If you find errors or issues when you used the code on Windows or Mac OS, please let me know. My email is bzhou6@albany.edu.

Dependency Information

Need to be installed:

3. git

How to run the code ?

Step-1: download the code using the following command:

git clone https://github.com/baojianzhou/Graph-GHTP.git

Step-2: go into the folder path/to/Graph-MP.

cd path/to/Graph-GHTP

Step-3: compile the code under Java 1.8

mvn compile

Step-4: test sample testing cases

mvn test