| 77 | RawBitSetBase::copy(static_cast<unsigned int>(n),ns); |
| 78 | } |
| 79 | forceinline void |
| 80 | ConflictGraph::NodeSet::empty(int n) { |
| 81 | RawBitSetBase::clearall(static_cast<unsigned int>(n)); |
| 82 | } |
| 83 | forceinline bool |
| 84 | ConflictGraph::NodeSet::iwn(NodeSet& cwa, const NodeSet& a, |
| 85 | NodeSet& cwb, const NodeSet& b, |