Generated on Mon Aug 25 11:35:45 2008 for Gecode by doxygen 1.5.6

tsp.cc File Reference

(Revision: 5524)

#include "examples/support.hh"
#include "gecode/minimodel.hh"
#include <algorithm>

Go to the source code of this file.

Classes

class  TSP
 Example: Travelling Salesman Problem More...


Variable Documentation

const int _n

Size.

Definition at line 168 of file tsp.cc.

const int* _d

Distances.

Definition at line 169 of file tsp.cc.