Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

discrete event simulators for C++

I am currently looking for a discrete event simulator written for C++. I did not find much on the web written specifically in OO-style; there are some, but outdated. Some others, such as Opnet, Omnet and ns3 are way too complicated for what I need to do. And besides, I need to simulate agent-based algorithms capable of simulating systems of thousands of nodes.

Does anybody know anything suitable for my needs?

like image 1000
Bob Avatar asked Oct 22 '10 18:10

Bob


2 Answers

We use SIMLIB at my school. It is very fast, easy to understand, object oriented, discrete and continuous simulator. It might look outdated but it is still maintained.

like image 78
Strix Avatar answered Sep 20 '22 17:09

Strix


You should consider SystemC, although I'd also recommend taking a second look at OmNet++.

like image 20
jupp0r Avatar answered Sep 22 '22 17:09

jupp0r