00001 // 00002 // This program can be freely used in an academic environment 00003 // ONLY for research purposes, subject to the following restrictions: 00004 // 00005 // 1. The origin of this software must not be misrepresented; you must not 00006 // claim that you wrote the original software. If you use this software 00007 // an acknowledgment in the product documentation is required. 00008 // 2. Altered source versions must be plainly marked as such, and must not be 00009 // misrepresented as being the original software. 00010 // 3. This notice may not be removed or altered from any source distribution. 00011 // 00012 // Any other use is strictly prohibited by the author, without an explicit 00013 // permission. 00014 // 00015 // Note that this program uses the LEDA library, which is NOT free. For more 00016 // details visit Algorithmic Solutions at http://www.algorithmic-solutions.com/ 00017 // There is also a free version of LEDA 6.0 or newer. 00018 // 00019 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 00020 // ! Any commercial use of this software is strictly ! 00021 // ! prohibited without explicit permission by the ! 00022 // ! author. ! 00023 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 00024 // 00025 // This software is distributed in the hope that it will be useful, 00026 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00027 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00028 // 00029 // Copyright (C) 2004-2008 - Dimitris Michail <michail@mpi-inf.mpg.de>, <dmixdim@googlemail.com> 00030 // 00031 // $Id: mcb.h 7030 2008-04-18 00:48:38Z dmichail $ 00032 // 00033 00264 #ifndef MCB_H 00265 #define MCB_H 00266 00267 #include <LEP/mcb/umcb.h> 00268 #include <LEP/mcb/spanner.h> 00269 #include <LEP/mcb/dmcb.h> 00270 #include <LEP/mcb/mcb_approx.h> 00271 00272 #endif // MCB_H 00273 00274 /* ex: set ts=4 sw=4 sts=4 et: */
1.4.6