1sevmgr-library(3) Library Functions Manual sevmgr-library(3)
2
3
4
6 sevmgr-libraryC++ Simulation-Oriented Discrete Event Management Library
7
9 #include <sevmgr/...>
10
12 SEvMgr is a C++ library of discrete event queue management classes and
13 functions, exclusively targeting simulation purposes.
14
15 SEvMgr makes an extensive use of existing open-source libraries for
16 increased functionality, speed and accuracy. In particular the Boost
17 (C++ Standard Extensions: http://www.boost.org) library is used.
18
19 The library covers the following areas:
20
21 · Booking and cancellation requests
22
23 · Forecast and Optimisation notification requests
24
25 · Simulation break-points
26
28 sevmgr(1), sevmgr_demo(1), sevmgr-config(1)
29
31 Please report any bugs to
32 https://sourceforge.net/apps/trac/sevmgr/report
33
35 Copyright © 2009-2012 Denis Arnaud
36
37 See the COPYING file for more information on the (LGPLv2+) license, or
38 directly on Internet:
39 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
40
41
42
43My Project Fri Jul 26 2019 sevmgr-library(3)