Tagged Questions

3
votes
4answers
77 views

Embedded Prolog Interpreter/Compiler for Java

I'm working on an application in Java, that needs to do some complex logic rule deductions as part of its functionality. I'd like to code my logic deductions in Prolog or some other logic/constraint …
1
vote
1answer
26 views

Constrained graph transformation in scheduling applications

I'm working on an interactive job scheduling application. Given a set of resources with corresponding capacity/availabilty profiles, a set of jobs to be executed on these resources and a set of …
1
vote
4answers
255 views

Which algorithm(s) can solve this constraint programming problem ?

Hello, I need to solve a job affectation problem and I would like to find preferably efficient algorithms to solve this problem. Let's say there are some workers that can do several kind of tasks. …
0
votes
1answer
58 views

Java Constraints Library (JCL) problem: how to represent addition?

I have to solve a CSP logic problem using Java Constraints Library. For now I've managed to represent some constraints of the problem, most of them are based on "equals" and "not equals" binary …
31
votes
9answers
3k views

Solving “Who owns the Zebra” programmatically?

Edit: this puzzle is also known as "Einstein's Riddle" The Who owns the Zebra is an example of a classic set of puzzles and I bet that most people on Stack Overflow can solve it with pen and paper. …
6
votes
8answers
368 views

Getting started with Constraint Programming

Looking for tips, tutorials, books and other resources to get started with Constraint Programming.