equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library |
2 * src/lib/lp_base.cc - Part of LEMON, a generic C++ optimization library |
3 * |
3 * |
4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
4 * Copyright (C) 2005 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 LEMON_LP_BASE_CC |
|
18 #define LEMON_LP_BASE_CC |
|
19 |
|
20 ///\file |
17 ///\file |
21 ///\brief The implementation of the LP solver interface. |
18 ///\brief The implementation of the LP solver interface. |
22 |
19 |
23 #include "lp_base.h" |
20 #include "lp_base.h" |
24 namespace lemon { |
21 namespace lemon { |
25 |
22 |
|
23 |
|
24 |
26 } //namespace lemon |
25 } //namespace lemon |
27 |
|
28 #endif //LEMON_LP_BASE_CC |
|