networks: Fix build-tbn-state-graph.
This commit is contained in:
parent
6c30120376
commit
d7d3717c83
1 changed files with 1 additions and 1 deletions
|
@ -1574,7 +1574,7 @@
|
||||||
;;; A shortcut for building the state graphs of TBN.
|
;;; A shortcut for building the state graphs of TBN.
|
||||||
(define build-tbn-state-graph
|
(define build-tbn-state-graph
|
||||||
(compose pretty-print-state-graph
|
(compose pretty-print-state-graph
|
||||||
build-full-01-state-graph
|
build-full-state-graph
|
||||||
make-syn-dynamics
|
make-syn-dynamics
|
||||||
tbn->network))
|
tbn->network))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue