X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flpp%2Flpp_cplex.h;h=4cd5856b32aeaaad7227b0fa901dd9d91aed407f;hb=ab85c635582eadf20abe4fca71c1a0ed214b60c6;hp=b1566868c27bac12acc2126b97251035c79cfca4;hpb=780ca0cd82979273de26bd01971bc5547e7aa609;p=libfirm diff --git a/ir/lpp/lpp_cplex.h b/ir/lpp/lpp_cplex.h index b1566868c..4cd5856b3 100644 --- a/ir/lpp/lpp_cplex.h +++ b/ir/lpp/lpp_cplex.h @@ -1,15 +1,33 @@ -/** - * Author: Daniel Grund - * Date: 02.06.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/* + * Copyright (C) 2005-2011 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#ifndef _LPP_CPLEX_H_ -#define _LPP_CPLEX_H_ +/** + * @file + * @author Daniel Grund + */ +#ifndef LPP_CPLEX_H +#define LPP_CPLEX_H #include "lpp.h" +#ifdef WITH_CPLEX void lpp_solve_cplex(lpp_t *lpp); +#endif -#endif /*_LPP_CPLEX_H_*/ +#endif