This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
Jip J. Dekker c4e8296e74
Work on the reification chapter
- Comments by Peter
- Additional reference
- Listings
2021-07-20 18:40:23 +10:00

6 lines
107 B
MiniZinc

predicate impli(
var bool: x ::promise_ctx_antitone,
var bool: y ::promise_ctx_monotone
) =
not x \/ y;