项目作者: Raffaello

项目描述 :
Symmetric TSP Solver
高级语言: C#
项目地址: git://github.com/Raffaello/STSP.git
创建时间: 2017-08-14T22:15:29Z
项目社区:https://github.com/Raffaello/STSP

开源协议:Apache License 2.0

下载


Build status

Symmetric 2D Euclidean TSP Solver

STSP Solver.

This project solve STSP 2D Euclidean Coord at the global optimum.

NOTE: Educational project


Simmetric TSP Euclidean 2D

Language C#

Features:

  • GUI
  • Nearest Neighbour
  • Cheapest Insertion
  • 3opt
  • Branch&Bound
  • Alpha Nearness
  • DFS Solver
  • And more….