Skip to content

A simple dynamic programming implementation for the TSPTW problem

Notifications You must be signed in to change notification settings

kolmant/alda-tsptw-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSPTW implementation

A simple dynamic programming implementation for the TSPTW problem

For more information about the implementation feel free to read the associated article located in the article folder.

Pre-requisites 📋

Go 1.16

Usage 🔧

You can clone the project and run it by yourself using the following command

go run main.go <file name> <timeout>

<file name> refers to the testcase to be used. Testcases are placed in the testdata folder.

<timeout> refers to the time limit the implementation has to return an answer in milliseconds.

Built with 🛠️

  • Go 1.16
  • Your basic bit - Bitset implementation for Go ( Go does not have a built in implementation :( )

About

A simple dynamic programming implementation for the TSPTW problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published