BatchSearchResults
Name: Batch Search Results
Type: Application
Modules: PASS
Description: Used to store results of batch searches.
| Field | Documentation |
|---|---|
| BatchSearchResultsLogId | Numeric identifier of the results following a batch search. |
| BatchSearchId | Identifier of the Batch Search (from the BatchSearchInputs table). |
| CWD | Min Distance costing weight value. |
| CWT | Min Time costing weight value. |
| CWOOW | Min OOW (Out Of the Way) costing weight value. |
| CWGEO | Max Same Geo costing weight value. |
| CWOBT | Max Same Geo costing weight value. |
| CWRD | Reqtime deviation costing weight value. |
| CWTOOW | TOOW (Total Out of the Way) costing weight value. |
| CWBT | Backtrack costing weight value. |
| CWPO | Garage pull-out costing weight value. |
| CWWK | Walking costing weight value. |
| CWDH | Deadhead costing weight value. |
| CWTR | Transfer costing weight value. |
| CWV | Violation costing weight value. |
| CWPC | Provider costing weight value. |
| CWTAXG | Taxi garage costing weight value. |
| CWPOS | Garage pull-out costing weight value. |
| CWPIS | Garage pull-in slack costing weight value. |
| CWRTF | Run time flexibility costing weight value. |
| CWLB | Load balance slack costing weight value. |
| CWRP | Run priority costing weight value. |
| CWFEW | Favor early part of window costing weight value. |
| StartDate | Start date of the adjustment (RouteAdjustment only). |
| StartTime | Start time of the adjustment. |
| EndDate | End date of the adjustment (RouteAdjustment only). |
| EndTime | End time of the adjustment. |
| Duration | Amount of time used to complete the batch operation. |
| BatchAttemptedTripCount | Total number of trips the batch operation attempted to schedule. |
| BatchScheduledTripCount | Total number of trips successfully scheduled by the batch operation. |
| PassengerCount | Number of passengers. |
| TripCount | Total number of trips scheduled during the batch. |
| UnscheduledCount | Total number of trips that remain unscheduled during the batch operation. |
| CancelledCount | Total number of trips canceled during the batch operation. |
| NoshowedCount | Total number of trips counted as NoShow during the batch operation. |
| RunTime | Total run time of all runs. |
| RevenueRunTime | Total time that all runs are generating revenue. |
| NonRevenueRunTime | Total time from all runs where revenue is not being generated (e.g., driving to a gas station). Value is in seconds. |
| RunDistance | Total distance to travel by all runs. |
| RevenueRunDistance | Total distance of all runs that generate revenue. |
| NonRevenueRunDistance | Total distance in meters from all runs where revenue is not being generated (e.g., driving to a gas station). |
| RunSlackTime | Total amount of slack time by all runs (i.e., difference between the travel time and actual travel time between events). |
| TripsPerRevenueHour | Average number of trips that generate revenue per hour. |
| PassengersPerHour | Average number of passengers transported per hour. |
| PassengersPerRevenueHour | Average number of passengers that generate revenue per hour. |
| PassengersPerDistance | Average number of passengers transported per kilometer. |
| PassengersPerRevenueDistance | Average number of passengers that generate revenue transported per kilometer. |
| HoursToRevenueHours | Ratio of hours used for trips to hours that generate revenue during trips. |
| RunServiceTime | Total time that all runs are in service. Value is in seconds. |
| AvgOBTFactor | Internal use only. |