7.6 Well Founded Semantics
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Tabled execution (SLG resolution)
Well Founded Semantics
undefined/0
call_residual_program/2
call_delays/2
delays_residual_program/2
Well founded semantics and the toplevel
Packages
Availability:
:- use_module(
library(wfs)
).
(can be
autoloaded
)
call_residual_program
(
:Goal, -Program
)
True when
Goal
is an answer according to the Well Founded Semantics. If
Program
is the empty list,
Goal
is unconditionally true. Otherwise this is a program as described by
delays_residual_program/2
.