38 #ifndef PRAGMATICTYPES_H
39 #define PRAGMATICTYPES_H
43 #ifdef HAVE_BOOST_UNORDERED_MAP_HPP
44 #include <boost/unordered_map.hpp>
45 typedef boost::unordered_map<index_t, std::set<index_t> >
SNEList_t;
48 typedef std::map<index_t, std::set<index_t> >
SNEList_t;
std::map< index_t, std::set< index_t > > SNEList_t