MinimizeMakespan

class unified_planning.model.metrics.MinimizeMakespan(environment: Environment | None = None)[source]

Bases: PlanQualityMetric

This metric means that the makespan must be minimized. The makespan is the time from the start of the plan to the end of the plan.

static is_minimize_makespan()[source]
property environment: Environment
static is_maximize_expression_on_final_state()
static is_minimize_action_costs()
static is_minimize_expression_on_final_state()
static is_minimize_sequential_plan_length()
static is_oversubscription()
static is_temporal_oversubscription()