author | Balazs Dezso <deba@inf.elte.hu> |
Wed, 26 Mar 2008 17:28:28 +0100 | |
changeset 109 | abddaa08b507 |
child 209 | 765619b7cbb2 |
permissions | -rw-r--r-- |
alpar@40 | 1 |
/* -*- C++ -*- |
alpar@40 | 2 |
* |
alpar@40 | 3 |
* This file is a part of LEMON, a generic C++ optimization library |
alpar@40 | 4 |
* |
alpar@40 | 5 |
* Copyright (C) 2003-2008 |
alpar@40 | 6 |
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
alpar@40 | 7 |
* (Egervary Research Group on Combinatorial Optimization, EGRES). |
alpar@40 | 8 |
* |
alpar@40 | 9 |
* Permission to use, modify and distribute this software is granted |
alpar@40 | 10 |
* provided that this copyright notice appears in all copies. For |
alpar@40 | 11 |
* precise terms see the accompanying LICENSE file. |
alpar@40 | 12 |
* |
alpar@40 | 13 |
* This software is provided "AS IS" with no warranty of any kind, |
alpar@40 | 14 |
* express or implied, and with no claim as to its suitability for any |
alpar@40 | 15 |
* purpose. |
alpar@40 | 16 |
* |
alpar@40 | 17 |
*/ |
alpar@40 | 18 |
|
alpar@40 | 19 |
/// The namespace of LEMON |
alpar@40 | 20 |
|
alpar@40 | 21 |
/// The namespace of LEMON |
alpar@40 | 22 |
/// |
alpar@40 | 23 |
namespace lemon { |
alpar@40 | 24 |
|
alpar@40 | 25 |
/// The namespace of LEMON concepts and concept checking classes |
alpar@40 | 26 |
|
alpar@40 | 27 |
/// The namespace of LEMON concepts and concept checking classes |
alpar@40 | 28 |
/// |
alpar@40 | 29 |
namespace concepts {} |
alpar@40 | 30 |
} |