adapt comment to Scryer Prolog
This commit is contained in:
@@ -1517,8 +1517,8 @@ pairs_([], _) --> [].
|
|||||||
pairs_([B|Bs], A) --> [A-B], pairs_(Bs, A).
|
pairs_([B|Bs], A) --> [A-B], pairs_(Bs, A).
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
Set the Prolog flag clpb_residuals to bdd to obtain the BDD nodes
|
Assert clpb:clpb_residuals(bdd) to obtain the BDD nodes as
|
||||||
as residuals. Note that they cannot be used as regular goals.
|
residuals. Note that they cannot be used as regular goals.
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||||
|
|
||||||
nodes([]) --> [].
|
nodes([]) --> [].
|
||||||
|
|||||||
Reference in New Issue
Block a user