Changeset 1253:609fe893df8c in lemon-0.x for src/work/athos/lp/lp_base.cc
- Timestamp:
- 03/24/05 12:44:25 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/lp/lp_base.cc
r1247 r1253 1 1 /* -*- C++ -*- 2 * src/l emon/maps.h- Part of LEMON, a generic C++ optimization library2 * src/lib/lp_base.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport … … 15 15 */ 16 16 17 #ifndef LEMON_LP_BASE_CC18 #define LEMON_LP_BASE_CC19 20 17 ///\file 21 18 ///\brief The implementation of the LP solver interface. … … 24 21 namespace lemon { 25 22 23 24 26 25 } //namespace lemon 27 28 #endif //LEMON_LP_BASE_CC
Note: See TracChangeset
for help on using the changeset viewer.