Published on17. Februar 2026ogee: Export OSM Road Networks as Graphs from Your Browsergraphsopenstreetmapchrome-extensionnetworkxtikzenglishA Chrome extension that turns any OpenStreetMap view into a directed graph — exportable as JSON, GraphML, CSV, or LaTeX TikZ.
Published on16. Februar 2026Aspects of OR - Integer Programming (Part 1)operations-researchorinteger-programmingoptimizationenglishFrom LP to IP: why integrality matters, LP relaxations, and why rounding fails.
Published on16. Februar 2026Aspects of OR - Integer Programming (Part 2)operations-researchorinteger-programmingbranch-and-boundoptimizationenglishBranch and bound: the workhorse algorithm for integer programming, explained with a complete knapsack example.
Published on16. Februar 2026Aspects of OR - Integer Programming (Part 3)operations-researchorinteger-programmingcutting-planesoptimizationenglishCutting planes and branch-and-cut: tightening LP relaxations and how modern solvers solve integer programs.
Published on16. Februar 2026Aspects of OR - Linear Programming (Part 1)operations-researchorlinear-programmingoptimizationenglishAn introduction to linear programming: definitions, standard form, geometric intuition, and practical examples.
Published on16. Februar 2026Aspects of OR - Linear Programming (Part 2)operations-researchorlinear-programmingsimplexoptimizationenglishThe simplex method explained: slack variables, tableaux, pivoting, degeneracy, and a complete worked example.
Published on16. Februar 2026Aspects of OR - Linear Programming (Part 3)operations-researchorlinear-programmingdualityoptimizationenglishDuality in linear programming: the dual problem, strong duality, complementary slackness, shadow prices, and sensitivity analysis.
Published on16. Februar 2026Aspects of OR - Traveling Salesperson Problem - Heuristics (Part 2)operations-researchortspheuristicsoptimizationenglishConstruction and improvement heuristics for the TSP: nearest neighbor, greedy, 2-opt, 3-opt, and Or-opt.
Published on16. Februar 2026Aspects of OR - Traveling Salesperson Problem - Metaheuristics (Part 3)operations-researchortspmetaheuristicsoptimizationenglishMetaheuristics for the TSP: simulated annealing, genetic algorithms, and ant colony optimization.
Published on7. Oktober 2025Network Flows - Part 7graph-theoryenglishnetwork-flowsApplications of minimum-cost flows and series conclusion
Published on30. September 2025Network Flows - Part 6graph-theoryenglishnetwork-flowsMinimum-cost flows
Published on28. September 2025Network Flows - Part 5graph-theoryenglishnetwork-flowsApplications of maximum flow
Published on26. September 2025Network Flows - Part 4graph-theoryenglishnetwork-flowsFord-Fulkerson and Edmonds-Karp
Published on24. September 2025Network Flows - Part 3graph-theoryenglishnetwork-flowsResidual graphs and the Max-Flow Min-Cut Theorem
Published on22. September 2025Network Flows - Part 2graph-theoryenglishnetwork-flowsDefinitions and first properties
Published on7. Dezember 2024Verifying Gallai's Path Conjecture for Small Graphsgraph-theoryenglishWe computationally verify Gallai's Path Decomposition Conjecture for all connected graphs with up to 11 vertices, processing over one billion graphs using preprocessing, greedy heuristics, and an ILP solver.
Published on25. November 2024Aspects of OR - Traveling Salesperson Problem (TSP)operations-researchortspoptimizationenglishA brief introduction to the Traveling Salesperson Problem (TSP)
Published on24. November 2024Introduction to Graph Theory - Part 5graph-theoryenglishTrees and their properties
Published on22. November 2024Introduction to Graph Theory - Part 4graph-theoryenglishWalks, paths, and connectivity
Published on20. November 2024Introduction to Graph Theory - Part 2graph-theoryenglishBasic definitions and first observations and examples
Published on20. November 2024Introduction to Graph Theory - Part 3graph-theoryenglishSome graph classes
Published on20. November 2024Network Flows - Part 1graph-theoryenglishnetwork-flowsStart of the network flow series
Published on18. November 2024Introduction to Graph Theory - Part 1graph-theoryenglishBirth of Graph Theory
Published on5. September 2024Graph Generation with Nautygraph-theorytoolenglishIn this short article I want to write down the needed steps in order to generate a list of all graphs (no automorphisms!) with nauty.