src/work/athos/lp/lp_base.cc
author alpar
Thu, 24 Mar 2005 12:15:50 +0000
changeset 1254 c9558638fe42
parent 1247 60708e1475ae
child 1256 3bb4ed285c39
permissions -rw-r--r--
- lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
- lp_test.cc: test file
- updated Makefile
athos@1247
     1
/* -*- C++ -*-
alpar@1253
     2
 * src/lib/lp_base.cc - 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
///\file
athos@1246
    18
///\brief The implementation of the LP solver interface.
athos@1246
    19
athos@1246
    20
#include "lp_base.h"
athos@1246
    21
namespace lemon {
athos@1246
    22
alpar@1253
    23
alpar@1253
    24
athos@1246
    25
} //namespace lemon