00001 /*************************************************************************** 00002 file : $URL: https://frepple.svn.sourceforge.net/svnroot/frepple/tags/0.8.0/include/frepple.h $ 00003 version : $LastChangedRevision: 1013 $ $LastChangedBy: jdetaeye $ 00004 date : $LastChangedDate: 2009-08-06 17:41:53 +0200 (Thu, 06 Aug 2009) $ 00005 ***************************************************************************/ 00006 00007 /*************************************************************************** 00008 * * 00009 * Copyright (C) 2007 by Johan De Taeye * 00010 * * 00011 * This library is free software; you can redistribute it and/or modify it * 00012 * under the terms of the GNU Lesser General Public License as published * 00013 * by the Free Software Foundation; either version 2.1 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 * This library is distributed in the hope that it will be useful, * 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser * 00019 * General Public License for more details. * 00020 * * 00021 * You should have received a copy of the GNU Lesser General Public * 00022 * License along with this library; if not, write to the Free Software * 00023 * Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,* 00024 * USA * 00025 * * 00026 ***************************************************************************/ 00027 00028 #ifndef FREPPLE_H 00029 #define FREPPLE_H 00030 00031 /** @file frepple.h 00032 * @brief Public header file for C++. 00033 * 00034 * This is the public header file for C++ users of the library.<br> 00035 * It provides low-level access to the C++ objects. 00036 * 00037 * When you need only a high-level interface to the library, use the header 00038 * file freppleinterface.h instead. 00039 */ 00040 #include "frepple/model.h" 00041 #include "frepple/solver.h" 00042 00043 #endif