53 transform [ item.first ].insert ( item.second );
59 res.insert ( item.second );
Class extending the map class from the standard library. Original reason is to allow printing of the ...
Definition: map.hpp:48
Class extending the pair class from the standard library. Original reason is to allow printing of the...
Definition: pair.hpp:43
Definition: InducedEquivalence.h:34
static ext::set< ext::set< T > > inducedEquivalence(const ext::set< ext::pair< T, T > > &relation)
Definition: InducedEquivalence.h:49
return res
Definition: MinimizeByPartitioning.h:145
ContainerType< ResType > transform(const ContainerType< InType, Ts ... > &in, Callback transform)
In container tranformation of all elements according to the tranform.
Definition: algorithm.hpp:150
Definition: InducedEquivalence.h:29