Merge pull request #1689 from triska/clpb_doc

DOC: preliminary CLP(B) documentation in DocLog format
This commit is contained in:
Mark Thom
2023-01-24 22:51:35 +01:00
committed by GitHub
2 changed files with 283 additions and 31 deletions

View File

@@ -5842,6 +5842,10 @@ run_propagator(preified_slash(X, Y, D, R), MState) -->
( Y == 0 ->
kill(MState),
D = 0
; Y == 1 ->
kill(MState),
D = 1,
R = X
; nonvar(X),
nonvar(Y) ->
kill(MState),