swh:1:snp:7a4cd2a5ec73a061be17605597c4b1660b799026
Tip revision: 2ae686a997ec04c8c6441ec8ebea76188e772e80 authored by Max Göttlicher on 15 April 2023, 08:57:57 UTC
testing smith hicks weighted neighborhood
testing smith hicks weighted neighborhood
Tip revision: 2ae686a
map.hpp
//
// Created by max on 08.08.22.
//
#ifndef PDS_MAP_HPP
#define PDS_MAP_HPP
#include "mpgraphs/utility.hpp"
namespace pds {
using mpgraphs::map;
using mpgraphs::set;
}
#endif //PDS_MAP_HPP