#include <edge_xover.h>
Public Member Functions | |
| bool | operator() (Route &__route1, Route &__route2) |
Private Member Functions | |
| void | cross (const Route &__par1, const Route &__par2, Route &__child) |
| void | build_map (const Route &__par1, const Route &__par2) |
| void | add_vertex (unsigned int __vertex, Route &__child) |
Private Attributes | |
|
std::vector< std::set< unsigned int > > | _map |
| std::vector< bool > | visited |
Definition at line 23 of file edge_xover.h.
1.5.2