rfsp-instances
Instances for the Regional Flight Scheduling Problem
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Repository
Instances for the Regional Flight Scheduling Problem
Basic Info
- Host: GitHub
- Owner: alberto-santini
- License: cc0-1.0
- Default Branch: master
- Size: 460 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Photo by Sarvesh Lutchmun, CC BY-SA 4.0, via Wikimedia Commons
Instances for the RFSP
This repository contains 15 instances for the Regional Flight Scheduling Problem. This problem is introduced in an upcoming paper. Once the paper will be available, you will find here its bibliographic data and a BibLaTeX entry.
Citing this repository
You can cite this repository through Zenodo.
bib
@misc{rfsp_instances_github,
title={Instances for the Regional Flight Scheduling Problem},
author={Santini, Alberto},
date={2023-02-22},
howpublished={Github repository},
doi={10.5281/zenodo.7664132},
url={https://github.com/alberto-santini/rfsp-instances/}
}
Citing the paper
If you use this repository, please cite the following paper.
bib
@article{Regional_Airlines_ITOR,
title={Destination selection and flight scheduling for regional airlines at slot-constrained airports},
author={Santini, Alberto},
journal={International Transactions in Operational Research},
year=2025,
volume=32,
issue=3,
pages={1400--1421},
doi={10.1111/itor.13505}
}
Structure of the instances
The instances are in json format.
They are named instance-<D>-<A>-<U>.json where:
* <D> is the number of destinations,
* <A> is the number of aircraft,
* <U> is the minimum utilisation level of each aircraft.
Each instance has the following structure:
* Field n_destinations is the number of destinations (the same as <D> above).
* Field n_aircraft is the number of aircraft (the same as <A> above).
* Field time_horizon_len is the number of time instants in the time horizon.
* Field min_utilisaiton is the per-aircraft minimum utilisation level (same as <U> above).
* Field min_spacing is the minimum padding time between two flights to the same destination.
* Field slots is an array with time_horizon_len entries. Each entry is the number of slots available at the hub during the corresponding time interval.
* Field destinations is an array with one entry for each of the n_destinations destinations. Each destination has fields:
* n_flights, the maximum number of flights to that destination.
* flight_time, the number of time instants for a complete round-trip to that destination. This time includes the turn-around time at both the destination and the hub.
* profit, an array with one entry for each of the time_horizon_len time instants. Each entry gives the utility of flying a flight to the given destination at the given time instant.
License
The instances are released to the public domain through a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
See the LICENSE file for more information.
Owner
- Name: Alberto Santini
- Login: alberto-santini
- Kind: user
- Location: Barcelona, Spain
- Website: http://santini.in/
- Repositories: 38
- Profile: https://github.com/alberto-santini
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use these instances, please cite it as below."
authors:
- family-names: "Santini"
given-names: "Alberto"
orcid: "0000-0002-0440-0357"
title: "Instances for the Regional Flight Scheduling Problem"
version: 1.0
doi: 10.5281/zenodo.7664132
date-released: 2022-02-22
url: "https://github.com/alberto-santini/rfsp-instances"
preferred-citation:
type: article
title: "Destination selection and flight scheduling for regional airlines at slot-constrained airports"
authors:
- family-names: "Santini"
given-names: "Alberto"
orcid: "0000-0002-0440-0357"
doi: "10.1111/itor.13505"
journal: "International Transactions in Operational Research"
year: 2025
volume: 32
issue: 3
start: 1400
end: 1421
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3