alpar@40: /* -*- C++ -*-
alpar@40:  *
alpar@40:  * This file is a part of LEMON, a generic C++ optimization library
alpar@40:  *
alpar@40:  * Copyright (C) 2003-2008
alpar@40:  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@40:  * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@40:  *
alpar@40:  * Permission to use, modify and distribute this software is granted
alpar@40:  * provided that this copyright notice appears in all copies. For
alpar@40:  * precise terms see the accompanying LICENSE file.
alpar@40:  *
alpar@40:  * This software is provided "AS IS" with no warranty of any kind,
alpar@40:  * express or implied, and with no claim as to its suitability for any
alpar@40:  * purpose.
alpar@40:  *
alpar@40:  */
alpar@40: 
alpar@40: /// The namespace of LEMON
alpar@40: 
alpar@40: /// The namespace of LEMON
alpar@40: ///
alpar@40: namespace lemon {
alpar@40: 
alpar@40:   /// The namespace of LEMON concepts and concept checking classes
alpar@40: 
alpar@40:   /// The namespace of LEMON concepts and concept checking classes
alpar@40:   ///
alpar@40:   namespace concepts {}
alpar@40: }