Open source Production Planning v2.1
open source Production PLanning
Home
Documentation
C++ API
C++ API - frepple.h Source File
Main Page
Namespaces
Classes
Files
File List
File Members
include
frepple.h
Go to the documentation of this file.
1
/***************************************************************************
2
* *
3
* Copyright (C) 2007-2013 by Johan De Taeye, frePPLe bvba *
4
* *
5
* This library is free software; you can redistribute it and/or modify it *
6
* under the terms of the GNU Affero General Public License as published *
7
* by the Free Software Foundation; either version 3 of the License, or *
8
* (at your option) any later version. *
9
* *
10
* This library is distributed in the hope that it will be useful, *
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13
* GNU Affero General Public License for more details. *
14
* *
15
* You should have received a copy of the GNU Affero General Public *
16
* License along with this program. *
17
* If not, see <http://www.gnu.org/licenses/>. *
18
* *
19
***************************************************************************/
20
21
#ifndef FREPPLE_H
22
#define FREPPLE_H
23
24
/** @file frepple.h
25
* @brief Public header file for C++.
26
*
27
* This is the public header file for C++ users of the library.<br>
28
* It provides low-level access to the C++ objects.
29
*
30
* When you need only a high-level interface to the library, use the header
31
* file freppleinterface.h instead.
32
*/
33
#include "
frepple/model.h
"
34
#include "
frepple/solver.h
"
35
36
#endif