views:

645

answers:

2

Does anyone have an experience with some discrete event simulation library that could be used in .NET (C#)?

Despite the basic functionality for queing events and dispatching them, it would be fine to have some non-deterministic behavior (e.g. failures simulation).

I have some tips and I am even considering to write my own, but first, I would like to collect some recomendations.

Thanks.

Additional info: i'm not looking explicitly for free product, however, the prize matters :) Just to precise the field i need to map, here is the example of a product: http://www.holushko.com/index.html

+2  A: 

There quite a few vendors of simulation based products out there, but they will want money and usually lot of it. For example - http://www.solver.com/exceluse.htm as one of many) - this one is excel based, but they provide SDK to it as well.

When I looked at - COIN - OR - COmputational INfrastructure for Operations Research, there was no discrete event simulation framework listed among their projects. This site is the site for operational research to group at and since simulation falls under OR I had a look there.

I think I had a review of Simulation packages somewhere in a hard copy, but they were all paid for products so that may not be an option in your case.

Tomas Pajonk
A: 

You could try MicroSaint. It is expensive but highly capable. I have used an earlier version for a very serious, commercial grade analysis project. Link follows http://www.maad.com/index.pl/micro_saint

Arent Arntzen