public void solve() {
    relabelToFront();
    // System.out.println("\n" + toString());

    computeMatchSet();
    computeInvitees();
  }