Version: 1.5
- 3 realizations of travelling salesman problem (@dag4202)
- Optimal TSP
- Greedy TSP
- Minimal Spanning Tree TSP
- CLI mode
- jCommander to parse command-line keys
- GUI mode
- JavaFX as GUI framework
- properties file
- Maximum vertices number
- Algorithm names
- precise logging configuration
- logging
- file import
- cross-platform application (JAR)
- test coverage (JUnit + TestFX)
- add fourth problem realization
- add platform based packages
- file export
Download here: version 1.5 (current)
java -jar magma.one-jar.jar
--algorithm, -al number
Specify active algorithm
--gui
Launch with graphical interface
Default: false
--import, -i
Import data from external file
--help, --usage
Print this message
- Algorithms - @dag4202
- GUI/CLI wrapper - @codez3r0
- Icons - @NeonProject