The chr
module exports several predicates that allow
inspecting and printing the content of the constraint store.
chr_trace/0
trace/0
and
notrace/0
.
chr_notrace/0
trace/0
and
notrace/0
.
chr_leash(
+Spec)
full
to stop at all ports, none
or off
to
never stop, and default
to stop at the call
,
exit
, fail
, wake
and apply
ports.
See also leash/1
.
chr_flag(
+FlagName,
?OldValue,
?NewValue)
toplevel_show_store
on
(the default), the Prolog toplevel displays the constraint store at the
end of each query. If off
, the toplevel does not display this.
generate_debug_info
debug
option is not given.
The valid values are true
and false
(the default).
optimize
optimize
option is not given.
The valid values are full
and off
(the default).
chr_show_store(
+Mod)