Skip to main content

Module resource_optimizer

Module resource_optimizer 

Source
Expand description

Resource-constrained plan optimization.

Given a blueprint, overlay, preconditions, and resource constraints, select the best-value set of procedures that fits within a budget.

Structs§

OptimizedPlan
An optimized audit plan produced by optimize_plan.
ResourceConstraints
Constraints that limit which procedures can be included in a plan.

Functions§

optimize_plan
Select an optimal subset of procedures under resource constraints.