Skip to content

Commit

Permalink
Correct arithmetic inequalities accidentally broken in f5d9a67.
Browse files Browse the repository at this point in the history
Example:

    ?- X #>= Y.
    %@    clpz:(X#>=Y).
  • Loading branch information
triska committed Jan 7, 2024
1 parent 92b85d4 commit 2f783f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/clpz.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@
( { fd_get(B, BD, _) } ->
{ domain_supremum(BD, BS) },
( { AI cis_geq BS } -> true
; propagator_init_trigger(pgeq(A,B))
; { propagator_init_trigger(pgeq(A,B)) }
)
; ( { AI cis_geq n(B) } -> true
; { domain_remove_smaller_than(AD, B, AD1) },
Expand Down

0 comments on commit 2f783f0

Please sign in to comment.