athos@1247: /* -*- C++ -*- athos@1247: * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library athos@1247: * athos@1247: * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport athos@1247: * (Egervary Combinatorial Optimization Research Group, EGRES). athos@1247: * athos@1247: * Permission to use, modify and distribute this software is granted athos@1247: * provided that this copyright notice appears in all copies. For athos@1247: * precise terms see the accompanying LICENSE file. athos@1247: * athos@1247: * This software is provided "AS IS" with no warranty of any kind, athos@1247: * express or implied, and with no claim as to its suitability for any athos@1247: * purpose. athos@1247: * athos@1247: */ athos@1247: athos@1246: #ifndef LEMON_LP_BASE_CC athos@1246: #define LEMON_LP_BASE_CC athos@1246: athos@1246: ///\file athos@1246: ///\brief The implementation of the LP solver interface. athos@1246: athos@1246: #include "lp_base.h" athos@1246: namespace lemon { athos@1246: athos@1246: } //namespace lemon athos@1246: athos@1246: #endif //LEMON_LP_BASE_CC