Tagged Questions

7
votes
2answers
355 views

I am looking for a radio advertising scheduling algorithm / example / experience

Tried doing a bit of research on the following with no luck. Thought I'd ask here in case someone has come across it before. I help a volunteer-run radio station with their technology needs. One of ...
6
votes
4answers
414 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 ...
3
votes
1answer
96 views

Need Help In Solving A Constraint Problem

I would like to solve the following problem using constraints but i actually don't know where to begin so i decided to post it here for help. *** Fitting squares *** Given the set of black ...
2
votes
4answers
787 views

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

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. We also ...
1
vote
0answers
53 views

how to implement a 'nested' cost function in Gecode?

I am new to gecode and constraint programming in general. So far, I haven't had much trouble picking up gecode, it's great. But I was wondering what is the best way to perform a "nested" cost ...
0
votes
1answer
90 views

Need Help In Solving A Constraint Problem (2nd)

I have solved the following constraint processing task. Can you please verify if it is correct? One of the prisoners of a high-level security prison sees a way to escape. Almost free, he reaches a ...