Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# dynamic-ips — Online Dial-a-Ride with Column Generation
[![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
only after their release times. The goal is to assign requests to vehicles in
Expand Down