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/

Mars Bar from 1991 found – and it's 20g bigger than today's

https://www.bbc.com/news/articles/c1j1kjy7gewo
89•RickJWagner•50m ago•87 comments

Meta Muse Glimmer – open weights 30B local coding model

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
638•riordan•6h ago•345 comments

Magnitude 7.4 Earthquake – 5 km S of San José del Palmar, Colombia

https://earthquake.usgs.gov/earthquakes/eventpage/us6000tjl2/executive
16•Bender•32m ago•1 comments

50k Boat Names

https://www.beautifulpublicdata.com/boat-names/
92•jonathanmkeegan•3h ago•51 comments

Squeak/Smalltalk 6.1 Release Notes

https://squeak.org/release_notes/6.1/
93•fniephaus•4h ago•41 comments

Itadakimasu: A Word You Say to the Food, Not the Cook

https://thetokyohermit.substack.com/p/itadakimasu-a-word-you-say-to-the
29•surprisetalk•58m ago•4 comments

Docker Sandboxes – Disposable, isolated sandboxes for AI agents

https://www.docker.com/products/docker-sandboxes/
456•etoxin•10h ago•291 comments

'Pervert glasses': Backlash against Meta's smart glasses grows

https://www.seattletimes.com/business/technology/pervert-glasses-backlash-against-metas-smart-gla...
65•ynac•1h ago•34 comments

Kinney Drugs pulls back AI phone assistant after hundreds of customer complaints

https://www.wcax.com/2026/08/07/kinney-drugs-pulls-back-ai-phone-assistant-after-hundreds-custome...
11•kotaKat•1h ago•3 comments

Mistral Patent for "Code implemented tool calls"

https://patentsgazette.uspto.gov/week26/OG/html/1547-5/US12670045-20260630.html
111•theanonymousone•2h ago•95 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

19•BoxOfRain•2d ago•2 comments

Over 181,000 AI meeting recordings left wide open in note taking app

https://bobdahacker.com/blog/tldv-hack
299•colesantiago•3h ago•102 comments

Parametron: 50s Japanese computer that uses neither transistors nor vacuum tubes

https://ethw.org/Milestones:Parametron,_1954
111•xeonmc•5h ago•30 comments

Exploiting System Management Mode with a very long interrupt

https://github.com/xoreaxeaxeax/smiiiiiiiiiiiiiiii
3•WhiteDawn•19m ago•0 comments

Show HN: Ante, a coding agent in a single binary that runs offline

https://github.com/AntigmaLabs/ante
5•ubermon•23m ago•2 comments

Back to the Future of Handwriting Recognition

https://jackschaedler.github.io/handwriting-recognition/
5•at1as•24m ago•1 comments

OpenAI's New Device Will Be Hockey Puck-Sized and Cost over $300

https://www.bloomberg.com/news/articles/2026-08-06/what-is-openai-s-device-a-doughnut-shaped-spea...
24•simonebrunozzi•47m ago•35 comments

Force-Fed by ICE

https://www.theguardian.com/us-news/2026/aug/10/ice-force-feeding-detention-gabar-choli
52•HotGarbage•46m ago•5 comments

Tail-call optimization in C is relatively recent

https://lwn.net/Articles/1034703/
76•prakashqwerty•4h ago•46 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
339•hipparchus•13h ago•176 comments

GLP-1 drugs linked to bigger jump in women’s employment than a college degree

https://finance.yahoo.com/healthcare/articles/harvard-study-links-glp-1-123000637.html
16•metadat•20m ago•1 comments

There Is No "Done": Reflections on a Completed at Thru-Hike (2022)

https://thetrek.co/appalachian-trail/there-is-no-done-reflections-on-a-completed-at-thru-hike/
4•mooreds•1h ago•0 comments

Exploring Claude/GPT Knowledge Cutoffs and Pre-Training Timelines

https://blog.sshh.io/p/exploring-claudegpt-knowledge-cutoffs
4•sshh12•2h ago•1 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
147•LorenDB•13h ago•46 comments

An Interesting Fourier Transform – 1/F Noise

https://www.dsprelated.com/showarticle/40.php
98•q7m•3d ago•20 comments

How Blackwing Pencils are Made [video]

https://www.youtube.com/watch?v=fow-LsdaH2E
66•NaOH•5d ago•30 comments

Show HN: Voice driven murder mystery, Interview AI suspects with your voice

https://www.whodunnitai.com/
169•MrRowTheBoat•13h ago•69 comments

Felix and I

https://jacobfilipp.com/felix/
4•surprisetalk•1h ago•0 comments

Every Company Needs a Cassandra

https://sunilpai.dev/posts/every-company-needs-a-cassandra/
4•mattzcarey•1h ago•4 comments

Findphone: Locate a nearby Bluetooth device by signal strength

https://github.com/ben-z/findphone
41•helsinkiandrew•5d ago•20 comments