template <class G> struct VertexAndEdgeListGraph { CLASS_REQUIRES(G, VertexListGraph); CLASS_REQUIRES(G, EdgeListGraph); void constraints() { } };