1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * lemon/utility.h - Part of LEMON, a generic C++ optimization library |
|
3 * |
2 * |
4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi |
3 * This file is a part of LEMON, a generic C++ optimization library |
5 * Kutatocsoport (Egervary Research Group on Combinatorial Optimization, |
4 * |
6 * EGRES). |
5 * Copyright (C) 2003-2006 |
|
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
|
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
7 * |
8 * |
8 * Permission to use, modify and distribute this software is granted |
9 * Permission to use, modify and distribute this software is granted |
9 * provided that this copyright notice appears in all copies. For |
10 * provided that this copyright notice appears in all copies. For |
10 * precise terms see the accompanying LICENSE file. |
11 * precise terms see the accompanying LICENSE file. |
11 * |
12 * |
12 * This software is provided "AS IS" with no warranty of any kind, |
13 * This software is provided "AS IS" with no warranty of any kind, |
13 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
14 * purpose. |
15 * purpose. |
15 * |
16 * |
16 * This file contains a modified version of the enable_if library from BOOST. |
|
17 * See the appropriate copyright notice below. |
|
18 */ |
17 */ |
|
18 |
|
19 // This file contains a modified version of the enable_if library from BOOST. |
|
20 // See the appropriate copyright notice below. |
19 |
21 |
20 // Boost enable_if library |
22 // Boost enable_if library |
21 |
23 |
22 // Copyright 2003 © The Trustees of Indiana University. |
24 // Copyright 2003 © The Trustees of Indiana University. |
23 |
25 |