0.0.1 • Published 10 years ago

dp-wisp v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

dp-wisp

dp-wisp is a module computing solution for weighted interval scheduling problem, using dynamic programming algorithm described here. the signature of the only exported method is (jobs, weif), where jobs is an array of jobs, where each job has .s (start) and .f (finish) properties. weif is short for "weighting function", its signature should be (job), and it will be passed any job to determine the weight of that job. please check your arguments before invoking it!

0.0.1

10 years ago

0.0.0

10 years ago