equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/hugo/dimacs.h - Part of HUGOlib, a generic C++ optimization library |
2 * src/lemon/dimacs.h - Part of LEMON, a generic C++ optimization library |
3 * |
3 * |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
6 * |
6 * |
7 * Permission to use, modify and distribute this software is granted |
7 * Permission to use, modify and distribute this software is granted |
12 * express or implied, and with no claim as to its suitability for any |
12 * express or implied, and with no claim as to its suitability for any |
13 * purpose. |
13 * purpose. |
14 * |
14 * |
15 */ |
15 */ |
16 |
16 |
17 #ifndef HUGO_DIMACS_H |
17 #ifndef LEMON_DIMACS_H |
18 #define HUGO_DIMACS_H |
18 #define LEMON_DIMACS_H |
19 |
19 |
20 #include <iostream> |
20 #include <iostream> |
21 #include <string> |
21 #include <string> |
22 #include <vector> |
22 #include <vector> |
23 #include <hugo/maps.h> |
23 #include <lemon/maps.h> |
24 |
24 |
25 /// \ingroup misc |
25 /// \ingroup misc |
26 /// \file |
26 /// \file |
27 /// \brief Dimacs file format reader. |
27 /// \brief Dimacs file format reader. |
28 |
28 |
29 namespace hugo { |
29 namespace lemon { |
30 |
30 |
31 |
31 |
32 /// \addtogroup misc |
32 /// \addtogroup misc |
33 /// @{ |
33 /// @{ |
34 |
34 |
200 |
200 |
201 } |
201 } |
202 |
202 |
203 /// @} |
203 /// @} |
204 |
204 |
205 } //namespace hugo |
205 } //namespace lemon |
206 |
206 |
207 #endif //HUGO_DIMACS_H |
207 #endif //LEMON_DIMACS_H |