This is TwoDTSP.h in view mode; [Download] [Up]
#ifndef _TSP_ #define _TSP_ @interface TwoDView(TSP) // Categories cannot declare new vars - doSimpleNearNeighbor; - doCheapestInsertion; - doNearestNeighbor; - doNearestAddition; - doFarthestInsertion; - drawTSP; - timeValue: sender; - Optimize; @end #endif _TSP_
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.