List extension packs
/app
/app/spacy
/app/swish
/app/tokenize/prolog
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/rserve_client/prolog/r
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
pengine://0c02d059-54be-4903-abf1-7ed244fb2725
pengine://2bbc289a-541a-41e2-a089-702092324f92
pengine://2dcbf963-0608-4ac1-be28-d3ad72e9ade0
pengine://5a733f10-486a-4862-bbcb-2fcb9955b52b
pengine://6016e1d7-94ae-49b1-a69b-ccbe2499d097
pengine://7405332e-e344-4d28-b07d-a5eaae2b98c7
pengine://79c793b0-2534-40a2-b1e7-70f78153c81f
pengine://89df4259-2994-4d8c-8892-a0e5547008a8
pengine://a6e04322-78d5-46c1-95b9-4b85efbbd982
pengine://dbe3ae0a-b22d-4688-a10c-a4e85694d73b
/swish/pack/sCASP/prolog/scasp/output.pl
All
Application
Manual
Name
Summary
Help
prolog
scasp
embed.pl -- Embed sCASP programs in Prolog sources
ops.pl
input.pl -- Read SASP source code
common.pl -- Common predicates used in multiple files
program.pl -- Input program access
variables.pl -- Variable storage and access
source_ref.pl -- s(CASP) source references
compile.pl -- s(ASP) Ungrounded Stable Models Solver
predicates.pl -- Basic information about sCASP predicates
comp_duals.pl -- Dual rule computation
options.pl -- (Command line) option handling for sCASP
nmr_check.pl -- Detect OLON rules and construct nmr_check
call_graph.pl -- Build the call graph used for NMR check construction and indexing.
pr_rules.pl -- Output formatting and printing.
modules.pl -- Encode modules
solve.pl -- The sCASP solver
verbose.pl -- Print goal and stack in Ciao compatible format
model.pl -- sCASP model handling
output.pl -- Emit sCASP terms
print_model_term/2
connector/3
inline_constraints/2
ovar_analyze_term/1
ovar_analyze_term/2
ovar_clean/1
ovar_is_singleton/1
ovar_set_name/2
ovar_set_bindings/1
ovar_var_name/2
human_expression/3
stack.pl
listing.pl
human.pl -- Print s(CASP) output in human language
html.pl -- Render s(CASP) justification as HTML
html_text.pl -- Switch between HTML and plain text output
messages.pl
dyncall.pl --
swish.pl -- s(CASP) adapter for SWISH
json.pl -- s(CASP) JSON I/O
human_expression
(:Tree, -Children, -Actions)
is
semidet
If there is a human print rule for Atom, return a list of format actions as
Actions
.
Actions
is currently a list of
text(String)
and
@(Var:Type)
, where
Type
can be the empty atom.