hyb_include.h
Go to the documentation of this file.
1/** @file hyp_include.h Include hybrid plugin headers */
2
3/*
4 ****************************************************
5
6 Convenience header file that includes all headers
7 relevant to the hybrid systems plugin
8
9 The make system will append an include directive
10 for this file to the "allplugins.h" include file.
11
12 (c) 2010-2017 Thomas Moor
13
14 ****************************************************
15 */
16
17#ifndef FAUDES_HYB_INCLUDE_H
18#define FAUDES_HYB_INCLUDE_H
19
20#include "hyb_parameter.h"
21#include "hyb_compute.h"
22#include "hyb_attributes.h"
23#include "hyb_hgenerator.h"
24#include "hyb_reachability.h"
25#include "hyb_experiment.h"
26#include "hyb_abstraction.h"
27
28#endif
29
30
31/**
32
33
34@defgroup HybridPlugin Hybrid Systems PlugIn
35
36
37@ingroup AllPlugins
38
39@section Overview
40
41
42<p>
43This plug-in provides basic support for linear hybrid automata.
44The long term perspective is to implement abstraction based
45synthesis methods. The current implementation supports the C++ API only,
46it provides neither dedicated reference pages nor lua-bindings.
47</p>
48
49@section License
50
51<p>
52The hybrid systems plug-in is distributed with libFAUDES and under the terms of
53the LGPL.
54</p>
55<p>
56The current implementation links to the GPL licensed libraries GMP and PPL.
57Effectively, this renders any derived work/application that includes libFAUDES with
58the hyprid systems plug-in GPL licensed (as opposed to LGPL).
59</p>
60
61
62
63@section Contents
64@brief
65
66
67
68*/

libFAUDES 2.34d --- 2026.03.11 --- c++ api documentaion by doxygen