Example #1
0
bool IndexSet::isSuperSet(const IndexSet& o) const {
  return o.isSubset(*this);
}