Did you know ... Search Documentation:
Pack disp_bn -- prolog/disp_bn.pl
PublicShow source

Construct and display graphs via graphviz. Originallly for Bayesian networks (thus the name) but can deal with all graph types supported via graphviz.

The dot executable from the graphviz distributions should be in your $PATH environment variable.

Only tested on Linux systems.

author
- nicos angelopoulos
version
- 0.1 2021/01/19
See also
- http://stoics.org.uk/~nicos/sware/contact.html
 disp_bn_version(-Vers, -Date)
Version Mj:Mn:Fx, and release date date(Y,M,D).
?- disp_bn_version( V, D ).
V = 0:1:0,
D = date(2021, 1, 19).
author
- Nicos Angelopoulos
version
- 0:1 2021/1/19
See also
- http://stoics.org.uk/~nicos/sware/packs/disp_bn

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 disp_bn(Arg1)
 disp_bn(Arg1, Arg2)
 bn_to_dot_dag(Arg1, Arg2, Arg3)