COIN-OR::LEMON - Graph Library

Changeset 1253:609fe893df8c in lemon-0.x for src/work/athos/lp/lp_base.cc


Ignore:
Timestamp:
03/24/05 12:44:25 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1680
Message:
  • simple makefile added
  • _FixId class added (more clarification needed)
  • LinExpr? class added
  • some higher level interfaces added to LpSolverBase?
  • minor corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/lp_base.cc

    r1247 r1253  
    11/* -*- C++ -*-
    2  * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library
     2 * src/lib/lp_base.cc - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef LEMON_LP_BASE_CC
    18 #define LEMON_LP_BASE_CC
    19 
    2017///\file
    2118///\brief The implementation of the LP solver interface.
     
    2421namespace lemon {
    2522
     23
     24
    2625} //namespace lemon
    27 
    28 #endif //LEMON_LP_BASE_CC
Note: See TracChangeset for help on using the changeset viewer.