Formula:
The Job Sequencing Problem (JSP) aims to select a subset of jobs and find an optimal sequence to execute them, such that the total profit is maximized. Each job Ji has an associated deadline (di) and profit (pi). It is assumed each job takes one unit of time to complete.
The objective is:
Maximize Σ pi for selected jobs, ensuring each job is completed by or before its deadline.