Price variable
PriceVariable
¶
Bases: Variable
Price variable for the PS-HLP (Big M) model.
Continuous non-negative variable representing the price the leader (hub operator) charges for transport on route \((i,j)\):
\[p_{ij} \geq 0 \quad \forall i,j \in V\]
Works together with:
- ClientDecisionVariable
- BigMConstraint
build(model)
¶
Create \(|V| imes |V|\) continuous non-negative Gurobi variables.