项目作者: jpdillingham

项目描述 :
An implementation of the 2-opt algorithm in .NET Core 2.
高级语言: C#
项目地址: git://github.com/jpdillingham/2opt.NET.git
创建时间: 2018-02-07T02:55:13Z
项目社区:https://github.com/jpdillingham/2opt.NET

开源协议:

下载


2opt.NET

A simple test application that generates an N-point polygon consisting of random points, then applies the 2-opt algorithm to mutate intersecting lines, resulting in a polygon of roughly the same shape with a contiguous inner area.

Output

Produces spatial SQL queries, allowing the original and 2-opted polygon to be plotted in SQL Server Management Studio (paste into a query window and execute, then flip to the Spatial Results tab).

doc/result.png