Did you know ... | Search Documentation: |
Pack flux -- prolog/indigolog/lib/libgraph.pl |
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
?- add_edges([1-[3,5],2-[4],3-[],4-[5], 5-[],6-[],7-[],8-[]], [1-6,2-3,3-2,5-7,3-2,4-5], NL). NL = [1-[3,5,6], 2-[3,4], 3-[2], 4-[5], 5-[7], 6-[], 7-[], 8-[]]
The following predicates are exported, but not or incorrectly documented.