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.
athos@1246
     1
// -*- c++ -*-
athos@1246
     2
#ifndef LEMON_LP_BASE_CC
athos@1246
     3
#define LEMON_LP_BASE_CC
athos@1246
     4
athos@1246
     5
///\file
athos@1246
     6
///\brief The implementation of the LP solver interface.
athos@1246
     7
athos@1246
     8
#include "lp_base.h"
athos@1246
     9
namespace lemon {
athos@1246
    10
athos@1246
    11
} //namespace lemon
athos@1246
    12
athos@1246
    13
#endif //LEMON_LP_BASE_CC