mainSim - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 3952
System Name: sim
Name: Sim
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

GSim is a multi-threaded C++ discrete event simulation library/framework. It supports both event-oriented and process-oriented simulations. It utilizes the GNU Scientifc Library for random number generation via random number distributions and provides some c++ wrapper classes that can be extended via inheritance to add new random number distribtions. The threading model(s) are realized via the GNU Common C++ library. To write a simulation one simply inherits from either an "Event" or "Process" object and overrides the run() method as each of these types of objects run in their own thread. There will be classes written for data collection and analysis. Also there are plans to possibly use the GNU Scientific Data Visualization library to provide a view (GUI) of various statistics in the simulation.

Registration Date: Fri 14 Feb 2003 07:12:40 AM UTC
License: GNU General Public License v2 or later
Development Status: 2 - Pre-Alpha

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code