Solution to Problem 4.25
Job Scheduling
Author: Ryan McIntyre

Input is given in the command line as a txt file containing
a comma-separated list of tuples (duration,deadline,profit) 
describing jobs.
	python job-scheduling.py input.txt

Output is an optimal profit, and a list of tasks to reach
said optimal profit.
