python3 A2.py csv_filenameExample for sample input file for part1 (Contains only hard constraints):
N,D,m,a,e
5,3,2,1,1
10,9,3,2,2
Example for sample input file for part2 (Contains additional soft constraints other than the hard constraints in part1):
N,D,m,a,e,S,T
5,3,2,1,1,2,180
6,2,2,2,2,3,120