sCASP

(★ 42)

Top-down interpreter for ASP programs with Constraints

File Explorer

  • .gitignore
  • .gitlab-ci.yml
  • LICENSE
  • Makefile
  • pack.pl
  • README.md
  • VERSION

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

swipl

View Details ▼

SWI-Prolog - A comprehensive free Prolog environment.

swipl

Start an interactive session:

swipl --quiet -t "{{command}}"

Execute a command without showing any output:

swipl {{path/to/file.pl}}

Execute a script:

// repository documentation