Skip to content

ml-energy/lowtime

Repository files navigation

Lowtime: A Time-Cost Tradeoff Problem Solver

Lowtime is a library for solving the time-cost tradeoff problem.

What do I use lowtime for?

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!