swh:1:snp:7a4cd2a5ec73a061be17605597c4b1660b799026
Tip revision: 233199f30c14fad60720f2922760075eced625fe authored by Max Göttlicher on 19 April 2023, 17:53:20 UTC
greedy upper bounds
greedy upper bounds
Tip revision: 233199f
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