Reenterable Model of Rectangular Communication Grid with Cut-through Nodes

Reenterable Model of Rectangular Communication Grid with Cut-through Nodes

…Scientific-Practical Conference «Problems of Infocommunications. Science and Technology» (PIC S&T), October 10 – 13, 2017, Kharkiv, Ukraine, pp. 223 – 227. DOI:10.1109/INFOCOMMST.2017.8246384 https://ieeexplore.ieee.org/document/8246384 The zipped folder containing the model (8x8grid_cut-through_reenterable.cpn)…

Read Me

Rectangular Grid with Cut-through Switching Nodes

Rectangular Grid with Cut-through Switching Nodes

…Screenshot of the model Shmeleva T.R. Security of Grid Structures with Cut-through Switching Nodes. System Informatics, No. 10, 2017, p. 23-32. http://www.system-informatics.ru/en/article/135, https://doi.org/10.31144/si.2307-6410.2017.n10.p23-32 The zipped folder containing the model (grid8x8_cut-through.cpn)…

Read Me

Iteration over lists/arrays/etc in a function to calculate values during simulation

Iteration over lists/arrays/etc in a function to calculate values during simulation

…i-1. You may also want to take a look at the Standard ML list structure. It contains generic list functions, and in particular the two fold functions. http://sml-family.org/Basis/list.html#SIG:LIST.foldl:VAL The fold…

Read Me

Model statistics

Model statistics

March 28, 2013 Headline Collect the number of places, transitions, arcs, colset,… March 30, 2013 Completed Michael Westergaard (Code and Support Guy, CPN Tools) commented https://www.facebook.com/photo.php?fbid=316315888494431&set=a.215729721886382.46963.214558602003494&type=1…

Read Me Leave comment

Parametrized Modules

Parametrized Modules

August 9, 2012 Michael Westergaard (Code and Support Guy, CPN Tools) shared this idea Implement real parametrized modules and in http://www.daimi.au.dk/CPnets/workshop99/papers/Mailund.pdf August 14, 2012 Michael Westergaard (Code and Support Guy,…

Read Me Leave comment

Problems when java is not found

Problems when java is not found

…Make sure to download and install a recent JRE/JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html (anything from 7 and up should work). If you get the error, make sure to set your environment variables…

Read Me Leave comment

Modeling Business Processes

Modeling Business Processes

…Business Processes — A Petri Net-Oriented Approach by W.M.P. van der Aalst and C. Stahl, The MIT Press, 2011 (ISBN-13: 978-0-262-01538-7). Order via the publisher’s Web page Order via Amazon…

Read Me Leave comment

Binomial

Binomial

…Example binomial (100, 1.0/6.0) Throw a die 100 times and observe how many times a six was thrown. This process has a binomial distribution with parameters n=100 and p=1/6. Related…

Read Me Leave comment

Erlang

Erlang

Interface erlang(n:int, r:real) : real where n>=1 and r>0.0. Returns a drawing from an n-Erlang distribution with intensity r. A drawing from an n-Erlang distribution can be derived by addition…

Read Me Leave comment

Poisson

Poisson

…Poisson distributions: Probability mass functions for Poisson distributions Example poisson(100.0) A company has a network with a certain load. Each second an average of 100 packets is sent to the…

Read Me Leave comment