public void write(DataOutput out) throws IOException {
   score.write(out);
   vertices.write(out);
 }