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