Skip to content

chrand/aircraft-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aircraft-assignment

Automatic assignment of passengers to an aircraft

concepts: seats, passengers, aircraft

"assign" can mean

  • booking, interactive

    • using a C++ class
    • Boost::uBlas for a 2d bool matrix (seat occupied/free)
    • C++ class exposed via Boost::Python
    • a Python program imports the shared library, and uses it in a Read-Eval-Print-Loop
  • automatic placement

    • Python producing a webGL interactive scene. javascript functions from http://stemkoski.github.com
    • a complete solution would need to address different ticket types, 2d weight balance, groups of passengers booking together
      • multi-objective optimization, set packing, knapsack problem, ...
    • heuristics: groups of passengers and groups of seats are ranked, and processed so to achieve balance

About

Automatic assignment of passengers to an aircraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages