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://176c6913-c0d9-4dad-82ef-cc411406ac00
pengine://187de804-6fa0-4b30-927c-a33e67149979
pengine://d6c7fe1c-39a4-4b9f-bb32-f923fb5abe4d
SWI-Prolog 9.1.11
All
Application
Manual
Name
Summary
Help
options.pl -- (Command line) option handling for sCASP
author
- Joaquin Arias
scasp_version
(-Version)
print the current version of
s(CASP)
scasp_set_options
(+Options)
is
det
scasp_set_options
(+Options, -Unprocessed)
is
det
Set Prolog flags that control the solver from
Options
.
scasp_opt_type
(?Flag, ?Option, ?Type)
scasp_opt_help
(?Option, ?Help)
scasp_opt_meta
(?Option, ?Meta)
Allow reusing scasp option processing
scasp_help
Print command line option help.
scasp_parse_args
(+Args, -Sources, -Options)
Select from the list of arguments in
Args
which are the user-options,
Options
and which are the program files,
Sources
.
This predicate calls
halt/0
when called with
--version
.