#ifndef VNS_H
#define VNS_H

#include "Global.h"

class VNS:public global::Algorithmus
{
 		cluster::View & operator() ( cluster::View & view ) const
 		{
			return view;
 		}
};

#endif
