equal
deleted
inserted
replaced
18 ///\file |
18 ///\file |
19 ///\brief DIMACS to LGF converter (demo). |
19 ///\brief DIMACS to LGF converter (demo). |
20 /// |
20 /// |
21 /// This program converts various DIMACS formats to the LEMON Graph Format |
21 /// This program converts various DIMACS formats to the LEMON Graph Format |
22 /// (LGF). |
22 /// (LGF). |
|
23 /// |
|
24 /// \include dim_to_lgf.cc |
23 |
25 |
24 #include <iostream> |
26 #include <iostream> |
25 #include <fstream> |
27 #include <fstream> |
26 #include <cstring> |
28 #include <cstring> |
27 |
29 |