source:
lemon-0.x/src/work/athos/lp/lp_base.cc
@
1246:925002e098e7
Last change on this file since 1246:925002e098e7 was 1246:925002e098e7, checked in by , 18 years ago | |
---|---|
File size: 220 bytes |
Line | |
---|---|
1 | // -*- c++ -*- |
2 | #ifndef LEMON_LP_BASE_CC |
3 | #define LEMON_LP_BASE_CC |
4 | |
5 | ///\file |
6 | ///\brief The implementation of the LP solver interface. |
7 | |
8 | #include "lp_base.h" |
9 | namespace lemon { |
10 | |
11 | } //namespace lemon |
12 | |
13 | #endif //LEMON_LP_BASE_CC |
Note: See TracBrowser
for help on using the repository browser.