dignea  1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
TSPInstance.h File Reference

Evolutionary TSP Solution. Class which represents the solution for the Instance Generation TSP Problem (ITSPP). This class is used to represent an actual TSP Problem instance. More...

#include <dignea/generator/AbstractInstance.h>
#include <utility>

Go to the source code of this file.

Classes

class  TSPInstance
 Instance Traveling Salesman Problem Solution. Class which represents the solution for the Instance Traveling Salesman Problem (TSPDomain). The variables inherited from the Solution<float, float> class contains the pairs of coordinates for each point (city) in the instance. [(x0,y0), ..., (xn-1,yn-1)] in a single array. More...
 

Typedefs

using coords = std::pair< float, float >
 

Detailed Description

Evolutionary TSP Solution. Class which represents the solution for the Instance Generation TSP Problem (ITSPP). This class is used to represent an actual TSP Problem instance.

Author
Alejandro Marrero - amarr.nosp@m.erd@.nosp@m.ull.e.nosp@m.du.e.nosp@m.s
Version
0.1
Date
2022-03-30