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