frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Computational Complexity of Air Travel Planning [pdf] (2003)

http://www.demarcken.org/carl/papers/ITA-software-travel-complexity/ITA-software-travel-complexity.pdf
76•rochoa•1y ago

Comments

buildsjets•1y ago
This is well over 20 years old and is based on pre 9/11 flight data. I would suspect that a lot has changed since then. So proceed with no caution at all.
gwern•1y ago
Since these sorts of things usually only get more and more complex over time, I would guess that it's all still true, but much more so.
throw0101b•1y ago
(2003)
throw0101b•1y ago
The PDF was produced by ITA, which famously used Common Lisp:

* https://en.wikipedia.org/wiki/ITA_Software

From 2001, a message from the same author as the linked paper:

> (Here's an email Carl de Marcken of ITA Software sent to a friend, describing their experiences using Lisp in one of the software industry's most demanding applications.)

* https://www.paulgraham.com/carl.html

Qem•1y ago
Are there any public, open, comprehensive datasets on flights?
dieselerator•1y ago
> Are there any public, open, comprehensive datasets on flights?

Airlines and commercial aviation operators schedule their own flights. That is a dynamic schedulle. So, perhaps there is no "comprehensive data set".

However, FlightAware makes publicly available scheduled and completed flight data over many routes in the USA. You can search by route and get a list of flights.

Flight information includes filed departure time, route of flight, and speed. For completed flights actual time, altitude, and route is shown. For example, a search on the route Dallas/Fort Worth to Austin lists 45 flights.

I hope that helps.

foundart•1y ago
A very interesting dive into, as the title says, the computational complexity of air travel planning. Graph algorithms with lots of complexity added due to the wide variety of fare conditions that airlines have dreamt up over the years.

The article may be from 2003 but I would call it an evergreen. While I imagine some of the details have changed since then, I suspect that the complexity has only grown since then.

foundart•1y ago
It makes me wonder: Would an airline that drastically simplified its fares be more likely to appear in flight search results?

Simplifying the fares would make it less computationally expensive and, in theory, could take fewer steps to answer a flight planning query.

Imagine a flight search planner that, say, fanned out N airline-specific workers when handling a planning query and then displayed to the user whatever results it got back within some time limit. If FooAir had simple fares, the FooAir searcher would likely run faster than searchers for other airlines. Thus it would be more likely to return results for more queries, assuming the deadline is fairly tight because of usability metrics. (People don't tend to stick around waiting for slow results.)

sjburt•1y ago
At least a few years ago (~2014), the fare search was actually nearly instant, but all major airfare search sites added a delay because customers had the impression they were getting a better deal when they had to wait. It seems like the delay has been dialed back lately.
teleforce•1y ago
This is a very popular article that get submitted every now and then (nearly every year) [1].

I think this kind of problem would be a very nice for logic, optimization and constraint programming that probably can be solved with modern tools like Google OR-Tool or Monash University MiniZinc [1],[2],[3].

[1] Past:

https://hn.algolia.com/?query=Computational%20Complexity%20o...

[2] Logic, Optimization, and Constraint Programming: A Fruitful Collaboration - John Hooker - CMU (2023) [video]:

https://www.youtube.com/live/TknN8fCQvRk

[3] Google OR-Tools:

https://developers.google.com/optimization

[4] MiniZinc:

https://www.minizinc.org/

Retrospectively Reverse-Engineering Apple's Neural Engine

https://eiln.github.io/posts/ane.html
99•zdw•3h ago•12 comments

IKEA made a mod for Skyrim [video]

https://www.youtube.com/watch?v=iZODN0QUgjI
163•kegenaar•2d ago•28 comments

A misalignment of AI in mathematics

https://mathandai.org/
952•meredydd•17h ago•913 comments

I spent $220 on Google app ads and 60% of the installs were robots

https://dayzlegame.com/blog/google-ads-bot-farm/
558•nickabe•16h ago•296 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
299•wcrichton•2d ago•79 comments

Navier-Stokes Announcement

https://www.claymath.org/news/navier-stokes-announcement/
185•rvz•6h ago•122 comments

Great Lakes sturgeon may be 400 years old:Scientists rethinking how to save them

https://www.cbc.ca/news/canada/ontario-great-lakes-sturgeon-lifespan-study-9.7329250
74•bookofjoe•3d ago•9 comments

google.com/goto: Google's anti-scraping update

https://www.autom.dev/blog/google-search-goto-links
451•1e1a•7h ago•356 comments

Inverse Kinematics and Foot Locking

https://theorangeduck.com/page/inverse-kinematics-foot-locking
53•airhangerf15•5d ago•6 comments

Usenet rewind archive search engine

https://www.usenet-rewind.com/
66•cstadler1869•6h ago•15 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
260•vesterde•1d ago•171 comments

Logo Programming

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
286•azhenley•3d ago•115 comments

OpenAI agents carried out an undisclosed attack on RubyGems

https://www.rubyhack.ai/
728•chao-•11h ago•407 comments

Designing for Dual Screen and Foldable Devices with CSS (2023)

https://blog.stephaniestimac.com/posts/2023/05/design-foldable-devices/
36•mooreds•1d ago•7 comments

Litelm: LiteLLM Without the Bloat

https://github.com/kennethwolters/litelm
149•kennethwolters•16h ago•49 comments

Mind-altering drugs played key role in rise of Andean civilization

https://www.science.org/content/article/mind-altering-drugs-played-key-role-rise-andean-civilization
165•geneticdrifts•17h ago•108 comments

Project Blinkenlights

https://blinkenlights.de/en/
97•doener•12h ago•32 comments

Resistance Training Prescription for Muscle Function, Hypertrophy in Health

https://pmc.ncbi.nlm.nih.gov/articles/PMC12965823/
15•ultral•1h ago•3 comments

I've operated petabyte-scale ClickHouse clusters for 5 years

https://www.tinybird.co/blog/what-i-learned-operating-clickhouse
223•adastral•4d ago•79 comments

Bomb Sense (2021)

https://danboland.net/2021/07/15/bomb-sense.html
14•surprisetalk•2d ago•0 comments

Rune is now open source

https://rune.build/blog/rune-is-now-open-source
192•ernestrc•19h ago•58 comments

Λ Snap – An inviting programming language for kids and adults for CS study

https://snap.berkeley.edu/
147•dr_kiszonka•17h ago•84 comments

GrapheneOS' rewritten Messages app is released

https://github.com/GrapheneOS/Messaging/releases/tag/13
280•microtonal•16h ago•207 comments

Detailed report on the use of solar geoengineering

https://www.technologyreview.com/2026/09/10/1143804/this-road-map-could-help-us-decide-whether-to...
13•coloneltcb•1d ago•3 comments

AlphaGenome maps 9B DNA variants

https://spectrum.ieee.org/alphagenome-atlas
91•ltononro•2d ago•7 comments

WeWorm: Zero-Click WeChat Worm

https://calif.io/research/weworm
28•BlackEarth•5h ago•1 comments

AI Is Powerful Enough to Crack Our Hardest Math Problems–and Kill Us All

https://www.wsj.com/tech/ai/ai-math-millennium-prize-safety-openai-anthropic-05179825
3•diogenes_atx•15m ago•0 comments

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

https://github.com/mirza-rizvi/ResolveHQ
61•mirza_rizvi•13h ago•21 comments

Testing Race Conditions

https://projectzero.google/2026/09/maccconc-race-condition.html
51•alpaylan•2d ago•2 comments

Another way to leak traffic on Android has been discovered

https://mullvad.net/en/blog/another-way-to-leak-traffic-on-android-has-been-discovered
89•mhitza•13h ago•14 comments