Pc hlp solution
PC_HLPSolution
¶
Bases: PriceMixin, DecisionMixin, HubLocationMixin, LinearWeightMixin, InferredPricingMixin, RecursiveDecisionMixin, BaseModelSolution
Solution for the PC-HLP (Fast Lagrange) model.
Since PC-HLP has no explicit price variable, price is inferred from the budget-to-weight ratio of the marginal client on each route. Recursive decisions are unrolled to the original client indices.
Mixin composition:
PriceMixin— price tableDecisionMixin— active routesHubLocationMixin— hub statusLinearWeightMixin— weightsInferredPricingMixin— computes prices from marginal clientsRecursiveDecisionMixin— unrolls aggregated decisions to original client keys