Skip to content

Files

Latest commit

 

History

History
9 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 428 Bytes

File Description

  • operatetxt.py -- the all code to solve the Resource Allocation Problem, details are all in the comment

  • allocation.py -- a frame to add some class to solve the problem, it is also exit some problem

  • data dir -- the resource problem data

  • gatsp.py -- the code to solve Traveling Salesman Problem

  • tspdata -- the TSP data

The rest of the documentation is all about the implementation process.