Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Computer Science

Questions tagged [scheduling]

Questions about the optimisation problem of ordering a set of tasks so that some objective function (e.g. makespan) is minimised. The set of constraints is crucial; in particular, there is a large body of research covering online variants. Use the process-scheduling tag for questions specifically about scheduling in operating systems.

Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

You are a dog trainer tasked with training two dogs, Peter and Markley, for train1 days and train2 days, respectively. You can ...
1 vote
1 answer
73 views

Consider the following generalization of the interval scheduling problem: We have a set of groups, each group is specified by a set of disjoint time intervals. Unlike the group interval scheduling ...
1 vote
1 answer
77 views

Lets say we have a list of intervals that also has a value associated with it. Assume that there is always atleast on interval active. The solution would be a timeline of non overlapping intervals ...
0 votes
1 answer
62 views

I was asked to help build a code that solves a "cruiseship scheduling problem". A cruiseship has a number of guests. Guests can select/book several land excursions and workshops. The cruise ...
0 votes
0 answers
50 views

I'm working on a problem involving load balancing across three machines. I need to find an input example (a list of job sizes) where the greedy scheduling algorithm produces a strictly lower makespan ...
1 vote
0 answers
67 views

I was reading these notes on approximation algorithms and I stumbled across a PTAS for an optimization version of the partition problem (essentially the Identical-machines scheduling $P_2 \|C_{\...
0 votes
1 answer
88 views

This is a scheduling problem with $n$ tasks across $m$ machines. Tasks have dependencies (DAG) and can be divided into two types: A) need resources $R$ and have an identical execution time. B) do not ...
0 votes
2 answers
198 views

I'm trying to solve exercise 13 from Chapter 04 of Algorithms Design (Eva Tardos) books. The problem is the following: The way I solved: was to have a greedy solution, where I always choose, for an i,...
0 votes
0 answers
291 views

You have $n$ events on your calendar, defined as intervals with a start time $s_i$ and a finish time $f_i$. The events might overlap, and you want to attend all the events, so you are going to create $k$...
1 vote
1 answer
73 views

In parallel programming the iteration scheduling is defined as the determination of the logical execution time for each loop iteration, while in operating systems, the processor scheduling (FCFS etc) ...
1 vote
1 answer
51 views

My wife has a small workshop where she fixes dolls. She works alone without any external help. She has N orders from her clients, she estimates each order and she has deadline for each order. She ...
0 votes
1 answer
216 views

A set of n independent tasks, each having integer execution times, are to be executed using three identical processors. A task can be executed in any of the three processors. Develop a sequential ...
1 vote
1 answer
108 views

I need to implement an algorithm to create schedules for round-robin tournaments (where each team faces each other team exactly once), but with the constraint that up to 2 teams – that may play in ...
1 vote
1 answer
1k views

I've been reading up on scheduling problems and the class of them that is NP-complete. Specifically, this is a foundational text on such problems, but the reductions are not clear to me. Can someone ...
user avatar
0 votes
1 answer
167 views

I am creating a timetabling software for a school, which given parameters for teachers/class sizes will output a timetable. There will be a list of classrooms per subject and a list of teachers per ...

15 30 50 per page
1
2 3 4 5
...
19

AltStyle によって変換されたページ (->オリジナル) /