System solves the transportation problem, mainly PDPTW.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
* Maven
* IntellIJ/Eclipse with an installed LombokPlugin
A step by step series of examples that tell you have to get a development env running
Clone or download repository
$ git clone https://gitee.com/bupt_htl/pdptw.git
Install maven dependency
$ mvn clean install
install dependency and skip tests:
$ mvn clean install -DskipTests
Import project to IntelIJ/Eclipse
Import as maven project.
Run
Run Main.java via IDE
Test can be run via Maven, or IDE
$ mvn test
VisJs home page:
http://visjs.org/docs/network/
Steps to run visualization:
1. run Main, then you get a json file in /PDPTW/src/visualization/results
2. open visualization.html
3. import file
- Maven