Giter Site home page Giter Site logo

fstiehle / owl_inspector Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 544 KB

GUI to visualize SWI CLP(FD) programs

Home Page: https://fabianstiehle.com/owl_inspector/

JavaScript 64.04% HTML 1.26% Prolog 17.99% CSS 16.71%
prolog constraint-programming clp clpfd swi-prolog constraint-satisfaction-problem

owl_inspector's People

Contributors

fstiehle avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

owl_inspector's Issues

Start swipl as child process

  • Open swipl as child process

$ swipl -l foo.pl -t start_up
And let the user choose the startup predicate in the menu
OR
$ swipl < test.pl
And provide a seperate textfield for queries

  • Save queries to GUI data structure, allow program to generate example queries via predicate.

Split logic of constraint propagation and enumeration

Seperate URL?

  • current impl should only be used for constraint propagation
  • Use attr_hook to construct enumeration tree
  • reflect that in the fact names

Currenty:

tracepoint_constraint/5,
tracepoint_labeling/4,
constraint/2.

Code refactoring

term_variables(Goal, Vars),
var_names(Vars, Names),

In trace constraint and trace labeling can be done one predicate call earlier?

Share file

  • Use file system OR socket?

Socket would ping or receive JSON file
Advantages / Disadvantages?

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.