Weighted Interval Schedule Maximization Problem (ISMP)

In Weighted Interval Scheduling, each interval has an associated weight. The goal is to maximize the weights of the accepted (and not interrupted) intervals.

Parameters

  • nn: number of tasks (intervals)
  • kk: number of machines (resources)

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 4 of 4 algorithms

See more
O(n3)O(n^3) Dynamic Programming1953O(n3)O(n^3)O(n2)O(n^2)
O(n2)O(n^2) Dynamic Programming1953O(n2)O(n^2)O(n)O(n)
O(nlogn)O(n\log n) Dynamic Programming1953O(nlogn)O(n \log n)O(n)O(n)
Brute force algorithm1940O(2n)O(2^n)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table