From cb9909352cbaa2f116db95a0ed17dc33440eb7b6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:48:41 +0000 Subject: [PATCH 1/2] Add cross-platform CI badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d6569da..43824fd5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # dynamic-ips — Online Dial-a-Ride with Column Generation +[![Linux build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=Linux)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) +[![macOS build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=macOS)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) +[![Windows build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=Windows)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) + This repository implements optimization methods for **dynamic ride-sharing**: passenger requests arrive continuously over time and become eligible for service only after their release times. The goal is to assign requests to vehicles in From d43bfb8475ffa42e8ef83dbbd9d41d8b6275ffa4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:49:14 +0000 Subject: [PATCH 2/2] Refine README badges for matrix workflow clarity --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43824fd5..e2a1ee44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # dynamic-ips — Online Dial-a-Ride with Column Generation -[![Linux build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=Linux)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) -[![macOS build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=macOS)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) -[![Windows build](https://img.shields.io/github/actions/workflow/status/lab-core/dynamic-ips/build-and-test.yml?branch=main&label=Windows)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) +[![Build and test](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml) +![Linux](https://img.shields.io/badge/Linux-ubuntu--latest-informational) +![macOS](https://img.shields.io/badge/macOS-macos--latest-informational) +![Windows](https://img.shields.io/badge/Windows-windows--latest-informational) This repository implements optimization methods for **dynamic ride-sharing**: passenger requests arrive continuously over time and become eligible for service