Code Monkey home page Code Monkey logo

aspaas's Introduction

aspaas: answer-set programing as a service

REQUIREMENTS:

twisted for python
lparse / smodels from http://www.tcs.hut.fi/Software/smodels/

RUNNING:

$ twistd -oy aspaas.tac

USAGE:

GET / -- a nice user-facing front-end

POST /solve -- the workhorse
 Request parameters:
  - code: lparse programs
  - args: lparse binary arguments
  - json: true? display results as a json stream (instead of console text)
  - jsonp: f? a function to call per the json-padding convention

EXAMPLE:

Input:
  code (here are my ice cream preferences)
    | {chocolate}.
    | vanilla :- chocolate.
  args (show me all answer sets)
    | -n 0

Output:
    | smodels version 2.33. Reading...done
    | Answer: 1
    | Stable Model: chocolate 
    | Answer: 2
    | Stable Model: vanilla 
    | False
    | Duration: 0.000
    | Number of choice points: 1
    | Number of wrong choices: 1
    | Number of atoms: 3
    | Number of rules: 2
    | Number of picked atoms: 3
    | Number of forced atoms: 0
    | Number of truth assignments: 7
    | Size of searchspace (removed): 1 (0)

aspaas's People

Contributors

rndmcnlly avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.