mcb LEDA Extension Package  0.8
mcb.h
Go to the documentation of this file.
1 //
2 // This program can be freely used in an academic environment
3 // ONLY for research purposes, subject to the following restrictions:
4 //
5 // 1. The origin of this software must not be misrepresented; you must not
6 // claim that you wrote the original software. If you use this software
7 // an acknowledgment in the product documentation is required.
8 // 2. Altered source versions must be plainly marked as such, and must not be
9 // misrepresented as being the original software.
10 // 3. This notice may not be removed or altered from any source distribution.
11 //
12 // Any other use is strictly prohibited by the author, without an explicit
13 // permission.
14 //
15 // Note that this program uses the LEDA library, which is NOT free. For more
16 // details visit Algorithmic Solutions at http://www.algorithmic-solutions.com/
17 // There is also a free version of LEDA 6.0 or newer.
18 //
19 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
20 // ! Any commercial use of this software is strictly !
21 // ! prohibited without explicit permission by the !
22 // ! author. !
23 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
24 //
25 // This software is distributed in the hope that it will be useful,
26 // but WITHOUT ANY WARRANTY; without even the implied warranty of
27 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28 //
29 // Copyright (C) 2004-2008 - Dimitrios Michail <dimitrios.michail@gmail.com>
30 //
31 
266 #ifndef MCB_H
267 #define MCB_H
268 
269 #include <LEP/mcb/umcb.h>
270 #include <LEP/mcb/spanner.h>
271 #include <LEP/mcb/dmcb.h>
272 #include <LEP/mcb/mcb_approx.h>
273 
274 #endif // MCB_H
275 
276 /* ex: set ts=4 sw=4 sts=4 et: */
Algorithms for undirected MCB.
Algorithms for directed MCB.
Algorithms for approximate MCB in undirected and directed graphs.