src/work/athos/lp/lp_base.cc
author athos
Wed, 23 Mar 2005 12:30:33 +0000
changeset 1249 66b54d071a60
parent 1246 925002e098e7
child 1253 609fe893df8c
permissions -rw-r--r--
An alternative of lp_base.h.
athos@1247
     1
/* -*- C++ -*-
athos@1247
     2
 * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library
athos@1247
     3
 *
athos@1247
     4
 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
athos@1247
     5
 * (Egervary Combinatorial Optimization Research Group, EGRES).
athos@1247
     6
 *
athos@1247
     7
 * Permission to use, modify and distribute this software is granted
athos@1247
     8
 * provided that this copyright notice appears in all copies. For
athos@1247
     9
 * precise terms see the accompanying LICENSE file.
athos@1247
    10
 *
athos@1247
    11
 * This software is provided "AS IS" with no warranty of any kind,
athos@1247
    12
 * express or implied, and with no claim as to its suitability for any
athos@1247
    13
 * purpose.
athos@1247
    14
 *
athos@1247
    15
 */
athos@1247
    16
athos@1246
    17
#ifndef LEMON_LP_BASE_CC
athos@1246
    18
#define LEMON_LP_BASE_CC
athos@1246
    19
athos@1246
    20
///\file
athos@1246
    21
///\brief The implementation of the LP solver interface.
athos@1246
    22
athos@1246
    23
#include "lp_base.h"
athos@1246
    24
namespace lemon {
athos@1246
    25
athos@1246
    26
} //namespace lemon
athos@1246
    27
athos@1246
    28
#endif //LEMON_LP_BASE_CC