Lowtime is a library for solving the time-cost tradeoff problem.
Say you want to execute a DAG of operations or tasks, and each operation has multiple execution options each with different time and cost.
Given the definition of the DAG, lowtime
will find the complete time-cost Pareto frontier of the entire DAG.
You define cost. Any positive floating point number that is at odds with time!