-
Notifications
You must be signed in to change notification settings - Fork 2
/
CITATION.cff
28 lines (28 loc) · 841 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cff-version: 1.2.0
title: fast-tsp - A fast TSP solver with Python bindings
message: >-
If you find that this project helps your research, please consider
citing it using the metadata from this file.
type: software
authors:
- given-names: Soeren Hougaard
family-names: Mulvad
email: shmulvad@gmail.com
identifiers:
- type: url
value: 'https://github.com/shmulvad/fast-tsp'
description: GitHub repository for the library
repository-code: 'https://github.com/shmulvad/fast-tsp'
abstract: >-
A library for computing near optimal solution to large
instances of the TSP (Travelling Salesman Problem) fast
using a local solver. The library is written in C++ and
provides Python bindings.
keywords:
- TSP
- Travelling Salesman Problem
- Local solver
- C++
- Python
license: MIT
date-released: '2022-07-28'