RM Systems
RmSystem
Bases: Named
Source code in passengersim/config/rm_systems.py
availability_control
class-attribute
instance-attribute
Fare class availability algorithm for carriers using this RmSystem.
The default value will infer the appropriate control based on the steps in the DCP process (This is pending implementation).
Allowed values include: - "leg" (default): Uses leg-based controls. - "bp": Bid price controls with strict resolution (fare must be strictly greater than bid price). - "bp_loose": Bid price controls with non-strict resolution (fare must be greater than or equal to bid price). - "vn": Virtual nesting. - "none": No controls.