Weighted Interval Schedule Maximization Problem (ISMP): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Weighted Interval Schedule Maximization Problem (ISMP) (Interval Scheduling)}} == Description == In Weighted Interval Scheduling, each interval has an associated weight. The goal is to maximize the weights of the accepted (and not interrupted) intervals. == Related Problems == Related: Unweighted Interval Scheduling == Parameters == <pre>n: number of tasks (intervals) k: number of machines (resources)</pre> == Table of Algorithms == Currentl...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
== Related Problems ==  
== Related Problems ==  


Related: [[Unweighted Interval Scheduling]]
Related: [[Unweighted Interval Scheduling]], [[Unweighted Interval Scheduling, Online]]


== Parameters ==  
== Parameters ==  


<pre>n: number of tasks (intervals)
$n$: number of tasks (intervals)
k: number of machines (resources)</pre>
 
$k$: number of machines (resources)


== Table of Algorithms ==  
== Table of Algorithms ==  


Currently no algorithms in our database for the given problem.
Currently no algorithms in our database for the given problem.

Latest revision as of 08:53, 10 April 2023

Description

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

Related Problems

Related: Unweighted Interval Scheduling, Unweighted Interval Scheduling, Online

Parameters

$n$: number of tasks (intervals)

$k$: number of machines (resources)

Table of Algorithms

Currently no algorithms in our database for the given problem.