bool operator==(const TSPoint &left, const TSPoint &right); bool operator<(const TSPoint &left, const TSPoint &right); bool operator>(const TSPoint &left, const TSPoint &right); std::ostream &operator<<(std::ostream &stream, const TSPoint &point);