src/work/athos/lp/lp_base.cc
author athos
Wed, 23 Mar 2005 10:35:36 +0000
changeset 1246 925002e098e7
child 1247 60708e1475ae
permissions -rw-r--r--
Csak a te kedvedert.
     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