Skip to content
Snippets Groups Projects
Commit 0913a43f authored by Justin Loew's avatar Justin Loew
Browse files

Turn down the default initial number of stimuli to 1

parent 2004bc68
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ omod NODE-SYSTEM{N :: NZNAT#} is
vars N I : Nat .
var ENID : OidSet .
eq init = initSystemWithStimuli(200) .
eq init = initSystemWithStimuli(1) .
ceq initSystemWithStimuli(I) = initSystemHelper([N], I, initOidset([N])) if s(N) := # .
eq initOidset([0]) = mt .
ceq initOidset([s(N)]) = [s(N)] initOidset([N]) if s(N) < # .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment