This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
polynomialmani.pl/test.pl
Hugo Sales 7c46025c13 WIP
2018-11-23 14:56:01 +00:00

3 lines
89 B
Prolog

:- use_module(library(clpfd)).
foo(N) :- (nonvar(N), number(N));(var(N), N in inf..sup).