Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.9.17.6 Reflection predicates
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(clpfd): CLP(FD): Constraint Logic Programming over Finite Domains
CLP(FD) predicate index
Reflection predicates
fd_var/1
fd_inf/2
fd_sup/2
fd_size/2
fd_dom/2
Packages
Availability:
:- use_module(
library(clpfd)
).
fd_size
(
+Var, -Size
)
Reflect the current size of a domain.
Size
is the number of elements of the current domain of
Var
, or the atom
sup
if the domain is unbounded.
ClioPatria
(version
V3.1.1-40-g9d9e003
)