hegyi@106: // -*- C++ -*- // hegyi@106: hegyi@106: #ifndef KRUSKALBOX_H hegyi@106: #define KRUSKALBOX_H hegyi@106: hegyi@106: class KruskalBox; hegyi@106: hegyi@106: #include hegyi@106: #include hegyi@106: #include hegyi@106: #include hegyi@106: #include hegyi@106: hegyi@106: class KruskalBox : public AlgoBox hegyi@106: { hegyi@106: public: hegyi@106: KruskalBox(std::vector t, std::vector nm, std::vector em); hegyi@106: hegyi@106: void run(); hegyi@106: hegyi@106: void build_box(); hegyi@106: }; hegyi@106: #endif //KRUSKALBOX_H