-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
For the LI model, this paper says " In LI models of depth d and width w, we have d coupled components with w-1 atomic components each (except for the innermost one, with only one atomic component)."
In cadmium-ref-LI.cpp it says it's W=3, D=3 but its actually W=4, D=3 (one of the 4 models from W=4 is the coupled one). From DEVS Diagrammer:

This change has to be made in the cadmium-devstone.cpp too.
For the HI model, cadmium-ref-HI.cpp is also a W=4 D=3 instead of a W=3 D=3. Also, the links between atomic models are wrong:

There should be only one link between the output of atomic_L2_0 to the input of atomic_L2_1 and the is a link missing between the output of atomic_L2_1 and the input of atomic_L2_2
Metadata
Metadata
Assignees
Labels
No labels