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 ...
0
votes
0answers
56 views
RCPSP in SMT-LIB (for Z3) - how to model discrete resources
Currently we are creating a Domain Specific Language for the Job Shop Scheduling Problem.
We are using C++ as a front-end and a SMT-LIB supported back-end, currently Z3.
We have a basic program up an ...