bn: Export the definitions.
This commit is contained in:
parent
6d02006691
commit
33fd5f7721
1 changed files with 1 additions and 0 deletions
1
bn.rkt
1
bn.rkt
|
@ -7,6 +7,7 @@
|
|||
;;; are updated according to their corresponding update functions.
|
||||
;;; The variables to be updated at each step are given by the mode.
|
||||
|
||||
(provide State UpdateFunc Network)
|
||||
|
||||
;;; A state of a Boolean network is a mapping from the variables of the
|
||||
;;; network to their Boolean values.
|
||||
|
|
Loading…
Reference in a new issue