Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 393 Bytes

GSoC-2018---JGraphT-warmup-

This is an exercise to familiarize with JGraphT library . for further information-here

COMPILE AND RUN

Compile with: 'make compile'

Run with: 'make run ARGS="<input_file> person1 person2"'

All together: 'make ARGS="<input_file> person1 person2"'

Example: make AGRS="./input/GOT.dot Jon Daenerys"