j
k
j a
j l
Hello everybody, how could I specify disjunctive constraints using fd package?. For example
:- use_package(fd).
main:- (D .<.5) .|. (D.>.12).
where .|. would be the disjunctive operator.
Thanks in advance.
Back to the thread
Back to the list